Searched refs:hypotl (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/src/math/ |
H A D | hypotl.c | 4 long double hypotl(long double x, long double y) in hypotl() function 25 long double hypotl(long double x, long double y) in hypotl() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | hypotl.c | 4 long double hypotl(long double x, long double y) in hypotl() function 25 long double hypotl(long double x, long double y) in hypotl() function
|
/third_party/musl/src/complex/ |
H A D | cabsl.c | 11 return hypotl(creall(z), cimagl(z)); in cabsl()
|
/third_party/musl/libc-test/src/math/ |
H A D | hypotl.c | 12 #include "sanity/hypotl.h" 13 #include "special/hypotl.h" 33 y = hypotl(p->x, p->x2); in main() 37 printf("%s:%d: bad fp exception: %s hypotl(%La,%La)=%La, want %s", in main() 44 printf("%s:%d: %s hypotl(%La,%La) want %La got %La ulperr %.3f = %a + %a\n", in main()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 237 long double hypotl(long double, long double);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 237 long double hypotl(long double, long double);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 237 long double hypotl(long double, long double);
|
/third_party/musl/include/ |
H A D | math.h | 237 long double hypotl(long double, long double);
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 131 {long double(*p)(long double,long double) = hypotl;} in f()
|
/third_party/musl/libc-test/src/math/gen/ |
H A D | mplibm.c | 152 int mphypotl(struct t *t) { return mpl2(t, hypotl); } in mphypotl()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 34184 extern long double hypotl (long double __x, long double __y) throw (); extern long double __hypotl (long double __x, long double __y) throw (); 35267 using ::hypotl; [all...] |
Completed in 30 milliseconds