Home
last modified time | relevance | path

Searched defs:hypot (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/src/math/i386/
Dhypot.s1 .global hypot symbol
3 hypot: label
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_heritage_specification/
Dclass_heritage_specification_4.ts29 public hypot() {return "what are you doing?" } method in Compute
Dclass_heritage_specification_1.ts27 public hypot() { method in Compute
Dclass_heritage_specification_2.ts27 public hypot() { method in Compute
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/
Dclass_declarations_3.ts34 public hypot() { method in Compute
/third_party/python/Python/
Dpymath.c37 double hypot(double x, double y) in hypot() function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/members/instance_and_static_members/
Dinstance_and_static_members_2.ts53 public hypot() { method in Compute
/third_party/musl/src/math/
Dhypot.c22 double hypot(double x, double y) in hypot() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dhypot.c22 double hypot(double x, double y) in hypot() function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/class_declarations/class_body/
Dclass_body.ts33 public hypot() { method in Compute
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_types.h113 #define hypot _hypot macro
/third_party/typescript/lib/
Dlib.es2015.core.d.ts191 hypot(...values: number[]): number; method
/third_party/typescript/src/lib/
Des2015.core.d.ts171 hypot(...values: number[]): number; method
/third_party/ffmpeg/libavutil/
Dlibm.h366 static inline av_const double hypot(double x, double y) in hypot() function
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h239 #define hypot(x,y) __tg_real_2(hypot, (x), (y)) macro
/third_party/decimal.js/
Ddecimal.js4504 function hypot() { function
Ddecimal.mjs4516 function hypot() { function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35600 hypot(float __x, float __y) in hypot() function
35604 hypot(long double __x, long double __y) in hypot() function
35611 hypot(_Tp __x, _Up __y) in hypot() function