MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / main

Function main

test/core/test_llvm_fabs.c:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int main()
29{
30 printf("%f\n", __builtin_fabsf(negative10()));
31 printf("%f\n", __builtin_fabsf(positive42()));
32 printf("%f\n", __builtin_fabsf((float)negative_dbl_max()));
33
34 printf("%f\n", __builtin_fabs(negative10()));
35 printf("%f\n", __builtin_fabs(positive42()));
36 printf("%f\n", __builtin_fabs(negative_dbl_max()));
37}

Callers

nothing calls this directly

Calls 4

printfFunction · 0.85
negative10Function · 0.85
positive42Function · 0.85
negative_dbl_maxFunction · 0.85

Tested by

no test coverage detected