Home
last modified time | relevance | path

Searched defs:inf (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dhypotd2.h78 vector double inf = (vector double)spu_splats(0x7FF0000000000000ull); in _hypotd2() local
Dhypotf4.h79 vector float inf = (vec_float4)spu_splats(0x7F800000); in _hypotf4() local
Dtgammaf4.h102 vector float inf = (vec_float4)spu_splats(0x7F800000); in _tgammaf4() local
Dtgammad2.h155 vector double inf = (vector double)spu_splats(0x7FF0000000000000ull); in _tgammad2() local
/picolibc-latest/test/
Dfenv.c70 volatile test_t inf = (test_t) INFINITY; variable
Dtest-fma.c114 #define inf ((double) INFINITY) macro