PandA-2024.02
|
#include "simple_API.h"
#include <stdio.h>
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) |
int | main () |
__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 9 of file lubm_trinityq5.c.
References counter, getInDegree(), getInEdges(), getOutDegree(), getOutEdges(), kernel(), N_THREADS, Edge::node, numAnswers, and Edge::property.
int main | ( | void | ) |
Definition at line 91 of file lubm_trinityq5.c.
References test().
int test | ( | NodeId | var_2, |
PropertyId | p_var_3, | ||
PropertyId | p_var_4, | ||
PropertyId | p_var_5 | ||
) |
Definition at line 67 of file lubm_trinityq5.c.
References loadGraph(), and TheGraph.
Referenced by main().