Searched refs:neg_id (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/geometry/formulas/ |
D | geographic.hpp | 290 Point3d neg_id = id; in great_elliptic_intersection() local 291 multiply_value(neg_id, -c1); in great_elliptic_intersection() 292 coord_t cos_a1ni = dot_product(a1, neg_id); in great_elliptic_intersection() 293 coord_t cos_a2ni = dot_product(a2, neg_id); in great_elliptic_intersection() 302 result = projected_to_surface(neg_id, spheroid); in great_elliptic_intersection()
|
/third_party/spirv-tools/source/opt/ |
D | folding_rules.cpp | 348 uint32_t neg_id = NegateConstant(const_mgr, c); in MergeNegateMulDivArithmetic() local 355 uint32_t op0 = zero_is_variable ? non_const_id : neg_id; in MergeNegateMulDivArithmetic() 356 uint32_t op1 = zero_is_variable ? neg_id : non_const_id; in MergeNegateMulDivArithmetic() 361 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeNegateMulDivArithmetic() 756 uint32_t neg_id = NegateConstant(const_mgr, const_input1); in MergeMulNegateArithmetic() local 760 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeMulNegateArithmetic() 941 uint32_t neg_id = NegateConstant(const_mgr, const_input1); in MergeDivNegateArithmetic() local 946 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeDivNegateArithmetic() 949 {{SPV_OPERAND_TYPE_ID, {neg_id}}, in MergeDivNegateArithmetic()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | folding_rules.cpp | 402 uint32_t neg_id = NegateConstant(const_mgr, c); in MergeNegateMulDivArithmetic() local 409 uint32_t op0 = zero_is_variable ? non_const_id : neg_id; in MergeNegateMulDivArithmetic() 410 uint32_t op1 = zero_is_variable ? neg_id : non_const_id; in MergeNegateMulDivArithmetic() 415 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeNegateMulDivArithmetic() 806 uint32_t neg_id = NegateConstant(const_mgr, const_input1); in MergeMulNegateArithmetic() local 810 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeMulNegateArithmetic() 982 uint32_t neg_id = NegateConstant(const_mgr, const_input1); in MergeDivNegateArithmetic() local 987 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeDivNegateArithmetic() 990 {{SPV_OPERAND_TYPE_ID, {neg_id}}, in MergeDivNegateArithmetic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 402 uint32_t neg_id = NegateConstant(const_mgr, c); in MergeNegateMulDivArithmetic() local 409 uint32_t op0 = zero_is_variable ? non_const_id : neg_id; in MergeNegateMulDivArithmetic() 410 uint32_t op1 = zero_is_variable ? neg_id : non_const_id; in MergeNegateMulDivArithmetic() 415 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeNegateMulDivArithmetic() 806 uint32_t neg_id = NegateConstant(const_mgr, const_input1); in MergeMulNegateArithmetic() local 810 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeMulNegateArithmetic() 982 uint32_t neg_id = NegateConstant(const_mgr, const_input1); in MergeDivNegateArithmetic() local 987 {SPV_OPERAND_TYPE_ID, {neg_id}}}); in MergeDivNegateArithmetic() 990 {{SPV_OPERAND_TYPE_ID, {neg_id}}, in MergeDivNegateArithmetic()
|