Home
last modified time | relevance | path

Searched defs:f64 (Results 1 – 25 of 49) sorted by relevance

12

/third_party/rust/crates/minimal-lexical/tests/
Dlibm_tests.rs81 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/
Dsysinfo.rs24 pub fn load_average(&self) -> (f64, f64, f64) { in load_average()
/third_party/rust/crates/minimal-lexical/src/
Dlibm.rs588 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()
Dnum.rs252 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/
Dlib.rs153 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/
Dissues.rs125 _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/
Dconstructors_1_33.rs37 pub fn TestOverload_TestOverload1(this: *mut TestOverload, arg1: f64); in TestOverload_TestOverload1()
Dconstructors.rs35 pub fn TestOverload_TestOverload1(this: *mut TestOverload, arg1: f64); in TestOverload_TestOverload1()
/third_party/rust/crates/nom/src/number/
Dstreaming.rs1160 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
Dcomplete.rs1188 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/
Dwasm.hh414 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
Dwasm.h308 float64_t f64; member
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dissue-1382-rust-primitive-types.h33 int f64; member
Dkeywords.h10 int f64; variable
/third_party/rust/crates/syn/tests/
Dtest_lit.rs181 fn test_float(s: &str, value: f64, suffix: &str) { in floats()
/third_party/rust/crates/nom/examples/
Djson_iterator.rs63 pub fn number(&self) -> Option<f64> { in number()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl_half.h242 } f64; in cl_half_from_double() local
/third_party/opencl-headers/CL/
Dcl_half.h242 } f64; in cl_half_from_double() local
/third_party/rust/crates/nom/benchmarks/benches/
Djson.rs196 fn std_float(input: &[u8]) -> IResult<&[u8], f64, (&[u8], ErrorKind)> { in std_float() argument
/third_party/rust/crates/rust-cexpr/src/
Dliteral.rs298 fn c_float(i: &[u8]) -> nom::IResult<&[u8], f64> { in c_float() argument
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.h54 double f64; member
/third_party/node/deps/v8/src/execution/s390/
Dsimulator-s390.h396 double f64[2]; member
/third_party/rust/crates/libc/src/solid/
Dmod.rs529 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/
Dclc.h230 double f64; member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_precision.hpp616 typedef float64 f64; typedef

12