Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ negative10
Function
negative10
test/core/test_llvm_fabs.c:13–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
#include <emscripten/emscripten.h>
12
13
float __attribute__((noinline)) negative10()
14
{
15
return (emscripten_random() < -1) ? 0.f : -10.5f;
16
}
17
18
float __attribute__((noinline)) positive42()
19
{
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected