Home
last modified time | relevance | path

Searched defs:x_i32 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_arm_impl.h66 int32_t x_i32 = checked_cast<int32_t>(x); in Do() local
92 int32_t x_i32 = checked_cast<int32_t>(x); in Do() local
/third_party/rust/rust/tests/ui/numeric/
Dnumeric-cast-binop.rs16 let x_i32: i32 = 9; in main() localVariable
Dnumeric-cast.rs16 let x_i32: i32 = 8; in main() localVariable
Dnumeric-cast-without-suggestion.rs11 let x_i32: i32 = 8; in main() localVariable