Home
last modified time | relevance | path

Searched refs:hypotl (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/src/math/
H A Dhypotl.c4 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 Dhypotl.c4 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 Dcabsl.c11 return hypotl(creall(z), cimagl(z)); in cabsl()
/third_party/musl/libc-test/src/math/
H A Dhypotl.c12 #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 Dmath.h237 long double hypotl(long double, long double);
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h237 long double hypotl(long double, long double);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h237 long double hypotl(long double, long double);
/third_party/musl/include/
H A Dmath.h237 long double hypotl(long double, long double);
/third_party/musl/libc-test/src/api/
H A Dmath.c131 {long double(*p)(long double,long double) = hypotl;} in f()
/third_party/musl/libc-test/src/math/gen/
H A Dmplibm.c152 int mphypotl(struct t *t) { return mpl2(t, hypotl); } in mphypotl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34184 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