| /third_party/rust/crates/minimal-lexical/tests/ |
| D | libm_tests.rs | 81 fn powd(base: f64, exponent: f64, expected: f64) { in powd() 97 fn powd_test_sets_as_base(sets: &[&[f64]], exponent: f64, expected: f64) { in powd_test_sets_as_base() 101 fn powd_test_sets_as_exponent(base: f64, sets: &[&[f64]], expected: f64) { in powd_test_sets_as_exponent() 105 fn powd_test_sets(sets: &[&[f64]], computed: &dyn Fn(f64) -> f64, expected: &dyn Fn(f64) -> f64) { in powd_test_sets()
|
| /third_party/rust/crates/nix/src/sys/ |
| D | sysinfo.rs | 24 pub fn load_average(&self) -> (f64, f64, f64) { in load_average()
|
| /third_party/rust/crates/minimal-lexical/src/ |
| D | libm.rs | 588 pub fn powd(x: f64, y: f64) -> f64 { in powd() 951 pub fn fabsd(x: f64) -> f64 { in fabsd() 955 pub fn scalbnd(x: f64, mut n: i32) -> f64 { in scalbnd() 1066 pub fn sqrtd(x: f64) -> f64 { in sqrtd() 1225 fn with_set_high_word(f: f64, hi: u32) -> f64 { in with_set_high_word() 1233 fn with_set_low_word(f: f64, lo: u32) -> f64 { in with_set_low_word()
|
| D | num.rs | 252 impl Float for f64 { implementation 283 fn from_u64(u: u64) -> f64 { in from_u64() 288 fn from_bits(u: u64) -> f64 { in from_bits() 306 pub fn powd(x: f64, y: f64) -> f64 { in powd()
|
| /third_party/rust/crates/strsim-rs/src/ |
| D | lib.rs | 153 pub fn jaro(a: &str, b: &str) -> f64 { in jaro() 188 pub fn jaro_winkler(a: &str, b: &str) -> f64 { in jaro_winkler() 252 pub fn normalized_levenshtein(a: &str, b: &str) -> f64 { in normalized_levenshtein() 407 pub fn normalized_damerau_levenshtein(a: &str, b: &str) -> f64 { in normalized_damerau_levenshtein() 433 pub fn sorensen_dice(a: &str, b: &str) -> f64 { in sorensen_dice()
|
| /third_party/rust/crates/nom/tests/ |
| D | issues.rs | 125 _cs: &'b f64, in list() 126 ) -> Result<(Input<'a>, Vec<f64>), Err<Error<&'a [u8]>>> { in list()
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | constructors_1_33.rs | 37 pub fn TestOverload_TestOverload1(this: *mut TestOverload, arg1: f64); in TestOverload_TestOverload1()
|
| D | constructors.rs | 35 pub fn TestOverload_TestOverload1(this: *mut TestOverload, arg1: f64); in TestOverload_TestOverload1()
|
| /third_party/rust/crates/nom/src/number/ |
| D | streaming.rs | 1160 pub fn be_f64<I, E: ParseError<I>>(input: I) -> IResult<I, f64, E> in be_f64() argument 1210 pub fn le_f64<I, E: ParseError<I>>(input: I) -> IResult<I, f64, E> in le_f64() argument 1284 pub fn f64<I, E: ParseError<I>>(endian: crate::number::Endianness) -> fn(I) -> IResult<I, f64, E> in f64() function 1584 pub fn double<T, E: ParseError<T>>(input: T) -> IResult<T, f64, E> in double() argument 2180 fn parse_f64(i: &str) -> IResult<&str, f64, ()> { in parse_f64() argument
|
| D | complete.rs | 1188 pub fn be_f64<I, E: ParseError<I>>(input: I) -> IResult<I, f64, E> in be_f64() argument 1240 pub fn le_f64<I, E: ParseError<I>>(input: I) -> IResult<I, f64, E> in le_f64() argument 1314 pub fn f64<I, E: ParseError<I>>(endian: crate::number::Endianness) -> fn(I) -> IResult<I, f64, E> in f64() function 1611 pub fn double<T, E: ParseError<T>>(input: T) -> IResult<T, f64, E> in double() argument 2101 fn parse_f64(i: &str) -> IResult<&str, f64, ()> { in parse_f64() argument
|
| /third_party/node/deps/v8/third_party/wasm-api/ |
| D | wasm.hh | 414 float64_t f64; member 442 static auto f64(float64_t x) -> Val { return Val(x); } in f64() function in wasm::Val 470 auto f64() const -> float64_t { assert(kind_ == F64); return impl_.f64; } in f64() function in wasm::Val
|
| D | wasm.h | 308 float64_t f64; member
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | issue-1382-rust-primitive-types.h | 33 int f64; member
|
| D | keywords.h | 10 int f64; variable
|
| /third_party/rust/crates/syn/tests/ |
| D | test_lit.rs | 181 fn test_float(s: &str, value: f64, suffix: &str) { in floats()
|
| /third_party/rust/crates/nom/examples/ |
| D | json_iterator.rs | 63 pub fn number(&self) -> Option<f64> { in number()
|
| /third_party/skia/third_party/externals/angle2/include/CL/ |
| D | cl_half.h | 242 } f64; in cl_half_from_double() local
|
| /third_party/opencl-headers/CL/ |
| D | cl_half.h | 242 } f64; in cl_half_from_double() local
|
| /third_party/rust/crates/nom/benchmarks/benches/ |
| D | json.rs | 196 fn std_float(input: &[u8]) -> IResult<&[u8], f64, (&[u8], ErrorKind)> { in std_float() argument
|
| /third_party/rust/crates/rust-cexpr/src/ |
| D | literal.rs | 298 fn c_float(i: &[u8]) -> nom::IResult<&[u8], f64> { in c_float() argument
|
| /third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
| D | spirv_to_dxil.h | 54 double f64; member
|
| /third_party/node/deps/v8/src/execution/s390/ |
| D | simulator-s390.h | 396 double f64[2]; member
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 529 pub fn atof(arg1: *const c_char) -> f64; in atof() 530 pub fn strtod(arg1: *const c_char, arg2: *mut *mut c_char) -> f64; in strtod() 532 pub fn erand48(arg1: *mut c_ushort) -> f64; in erand48() 534 pub fn strtold(arg1: *const c_char, arg2: *mut *mut c_char) -> f64; in strtold() 535 pub fn strtod_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtod_l() 537 pub fn strtold_l(arg1: *const c_char, arg2: *mut *mut c_char, arg3: locale_t) -> f64; in strtold_l() 798 pub fn difftime(arg1: time_t, arg2: time_t) -> f64; in difftime()
|
| /third_party/mesa3d/src/compiler/clc/ |
| D | clc.h | 230 double f64; member
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | type_precision.hpp | 616 typedef float64 f64; typedef
|