PandA-2024.02
Functions
lubm_trinityq4.c File Reference
#include "simple_API.h"
#include <stdio.h>
Include dependency graph for lubm_trinityq4.c:

Go to the source code of this file.

Functions

 __attribute__ ((noinline))
 Convert the given fixedpt number to a decimal string. More...
 
int test (NodeId var_2, PropertyId p_var_3, PropertyId p_var_4, PropertyId p_var_5, PropertyId p_var_7, PropertyId p_var_9, PropertyId p_var_11)
 
int main ()
 

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline)  )

Convert the given fixedpt number to a decimal string.

The max_dec argument specifies how many decimal digits to the right of the decimal point to generate. If set to -1, the "default" number of decimal digits will be used (2 for 32-bit fixedpt width, 10 for 64-bit fixedpt width); If set to -2, "all" of the digits will be returned, meaning there will be invalid, bogus digits outside the specified precisions.

Definition at line 12 of file lubm_trinityq4.c.

References __attribute__(), counter, getInDegree(), getInEdges(), getOutDegree(), getOutEdges(), kernel(), N_THREADS, Edge::node, numAnswers, and Edge::property.

Here is the call graph for this function:

◆ main()

int main ( void  )

Definition at line 138 of file lubm_trinityq4.c.

References test().

Referenced by test().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test()

int test ( NodeId  var_2,
PropertyId  p_var_3,
PropertyId  p_var_4,
PropertyId  p_var_5,
PropertyId  p_var_7,
PropertyId  p_var_9,
PropertyId  p_var_11 
)

Definition at line 110 of file lubm_trinityq4.c.

References loadGraph(), and TheGraph.

Here is the call graph for this function:

Generated on Mon Feb 12 2024 13:02:58 for PandA-2024.02 by doxygen 1.8.13