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

Function val

test/test_float_literals.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34float NOINLINE ret_e() { return (float)2.7182818284590452353602874713526624977572470936999595749669676277240766303535475945713821785251664274; }
35float NOINLINE ret_minuspi() { return (float)-3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679; }
36float NOINLINE val() { return 10.f; }
37float NOINLINE val2() { return -10.f; }
38float NOINLINE zero() { return 0.f; }
39float NOINLINE zero2() { return -0.f; }

Callers 15

emval_test_mallinfoFunction · 0.50
emval_test_new_integerFunction · 0.50
emval_test_new_stringFunction · 0.50
emval_test_new_objectFunction · 0.50
valholder_from_sumFunction · 0.50
test_pthreads.cppFile · 0.50
returns_valFunction · 0.50
catchCppExceptionPromiseFunction · 0.50
test_valueFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected