Home
last modified time | relevance | path

Searched refs:round_even (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlower_packing_builtins.cpp479 i2u(f2i(round_even(mul(clamp(vec2_rval, in lower_pack_snorm_2x16()
528 i2u(f2i(round_even(mul(clamp(vec4_rval, in lower_pack_snorm_4x8()
689 f2u(round_even(mul(saturate(vec2_rval), constant(65535.0f))))); in lower_pack_unorm_2x16()
733 f2u(round_even(mul(saturate(vec4_rval), constant(255.0f))))); in lower_pack_unorm_4x8()
965 assign(u16, f2u(round_even(mul(expr(ir_unop_abs, f), in pack_half_1x16_nosign()
999 f2u(round_even( in pack_half_1x16_nosign()
H A Dir_builder.h133 ir_expression *round_even(operand a);
H A Dir_builder.cpp241 ir_expression *round_even(operand a) in round_even() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/mhlo/
H A Dops.mlir4922 // CHECK-LABEL: func @round_even
4923 func.func @round_even(%arg0: tensor<2xf32>) -> tensor<2xf32> {
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/tests/
H A Dops_stablehlo.mlir4835 // CHECK-LABEL: func @round_even
4836 func.func @round_even(%arg0: tensor<2xf32>) -> tensor<2xf32> {
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv65303 …/external/mesa3d,[email protected],nir/lower_double_ops: lower round_even()