Home
last modified time | relevance | path

Searched defs:float (Results 1 - 22 of 22) sorted by relevance

/third_party/rust/crates/nom/tests/
H A Dfloat.rs20 fn float(i: &[u8]) -> IResult<&[u8], f32> { in float() functions
/third_party/jerryscript/tests/jerry/
H A Dvariables.js16 var float = 3.14; variable
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DHalf.cpp
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DHalf.cpp
/third_party/rust/crates/minimal-lexical/etc/correctness/rng-tests/
H A D_common.rs137 let mut float: F = in parse_float() variables
[all...]
/third_party/rust/crates/minimal-lexical/fuzz/fuzz_targets/
H A Dparse.rs141 let mut float = F::from_bits(F::EXPONENT_MASK | (F::HIDDEN_BIT_MASK >> 1)); in parse_float() variables
147 let mut float = F::from_bits(F::EXPONENT_MASK); in parse_float() variables
153 let mut float = F::from_bits(F::EXPONENT_MASK); parse_float() variables
199 let mut float: F = parse_float() variables
[all...]
/third_party/rust/crates/minimal-lexical/examples/
H A Dsimple.rs197 let mut float in parse_float() variables
[all...]
/third_party/rust/crates/minimal-lexical/tests/
H A Dintegration_tests.rs141 let mut float = F::from_bits(F::EXPONENT_MASK | (F::HIDDEN_BIT_MASK >> 1)); in parse_float() variables
147 let mut float = F::from_bits(F::EXPONENT_MASK); in parse_float() variables
153 let mut float = F::from_bits(F::EXPONENT_MASK); parse_float() variables
199 let mut float: F = parse_float() variables
[all...]
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/
H A D_common.rs151 let mut float: F = in parse_float() variables
[all...]
/third_party/skia/src/core/
H A DSkFixed15.h
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
H A Dmain.rs144 let mut float: F = in parse_float() variables
[all...]
/third_party/skia/modules/androidkit/src/
H A DUtils.h
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
H A Dmain.rs151 let mut float: F = in parse_float() variables
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DMatrix.cpp[all...]
/third_party/rust/crates/proc-macro2/src/
H A Dparse.rs715 fn float(input: Cursor) -> Result<Cursor, Reject> { in float() functions
/third_party/optimized-routines/math/test/
H A Dmathbench.c419 runf_thruput(float f (float)) runf_thruput() argument
437 runf_latency(float f (float)) runf_latency() argument
[all...]
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs1530 pub fn float<T, E: ParseError<T>>(input: T) -> IResult<T, f32, E> in float() functions
1545 let mut float: f32 = minimal_lexical::parse_float( in float() variables
1599 let mut float: f64 = minimal_lexical::parse_float( double() variables
[all...]
H A Dcomplete.rs1558 pub fn float<T, E: ParseError<T>>(input: T) -> IResult<T, f32, E> in float() functions
1573 let mut float: f32 = minimal_lexical::parse_float( in float() variables
1626 let mut float: f64 = minimal_lexical::parse_float( double() variables
[all...]
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_parser.y1393 float: T_FLOAT { $$ = $1; } label
/third_party/rust/crates/log/src/kv/
H A Dvalue.rs820 fn float() -> impl Iterator<Item = Value<'static>> { in unsigned() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128.h[all...]
/third_party/sqlite/src/
H A Dsqlite3.c14200 # define float sqlite_int64 macro
[all...]

Completed in 135 milliseconds