Home
last modified time | relevance | path

Searched refs:b2i (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/CXX/special/class.inhctor/
Dp2.cpp56 B b2i = { X<2>{} }; // expected-error {{constructor is explicit}} variable
/external/mesa3d/src/compiler/glsl/
Dir_builder.h186 ir_expression *b2i(operand a);
Dlower_instructions.cpp804 ir->operands[0] = b2i(less(add(ir->operands[0], ir->operands[1]), x_clone)); in carry_to_arith()
822 ir->operands[0] = b2i(less(ir->operands[0], ir->operands[1])); in borrow_to_arith()
1511 return i2u(b2i(less(add(a, b), in _carry()
Dir_builder.cpp510 b2i(operand a) in b2i() function
/external/swiftshader/src/Pipeline/
DShaderCore.hpp250 void b2i(Vector4f &dst, const Vector4f &src);
DVertexProgram.cpp234 case Shader::OPCODE_B2I: b2i(d, s0); break; in program()
DPixelProgram.cpp173 case Shader::OPCODE_B2I: b2i(d, s0); break; in applyShader()
DShaderCore.cpp744 void ShaderCore::b2i(Vector4f &dst, const Vector4f &src) in b2i() function in sw::ShaderCore
/external/swiftshader/src/Shader/
DShaderCore.hpp250 void b2i(Vector4f &dst, const Vector4f &src);
DVertexProgram.cpp241 case Shader::OPCODE_B2I: b2i(d, s0); break; in program()
DPixelProgram.cpp173 case Shader::OPCODE_B2I: b2i(d, s0); break; in applyShader()
DShaderCore.cpp744 void ShaderCore::b2i(Vector4f &dst, const Vector4f &src) in b2i() function in sw::ShaderCore