Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/miri/tests/fail/intrinsics/
Dfloat_to_int_64_too_big1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_small1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_infneg2.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_infneg1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_big7.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_neg.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_infneg1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_big3.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_small3.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_inf1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_inf1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_too_big2.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_big2.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_nanneg.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_neg.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_small2.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_big4.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_too_small1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_big5.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_too_big6.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_nan.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_64_nan.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
Dfloat_to_int_32_too_big1.rs5 fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function
/third_party/rust/rust/src/tools/miri/src/shims/intrinsics/
Dmod.rs387 fn float_to_int_unchecked<F>( in float_to_int_unchecked() method
/third_party/rust/rust/library/core/src/
Dintrinsics.rs1883 pub fn float_to_int_unchecked<Float: Copy, Int: Copy>(value: Float) -> Int; in float_to_int_unchecked() function