Home
last modified time | relevance | path

Searched defs:left (Results 1176 - 1200 of 1234) sorted by relevance

1...<<41424344454647484950

/third_party/mesa3d/src/gtest/src/
H A Dgtest.cc1035 std::vector<EditType> CalculateOptimalEdits(const std::vector<size_t>& left, in CalculateOptimalEdits() argument
1111 CalculateOptimalEdits( const std::vector<std::string>& left, const std::vector<std::string>& right) CalculateOptimalEdits() argument
1210 CreateUnifiedDiff(const std::vector<std::string>& left, const std::vector<std::string>& right, size_t context) CreateUnifiedDiff() argument
[all...]
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_cmd_buffer.c3612 uint32_t left; in pvr_setup_isp_depth_bias_scissor_state() local
/third_party/node/deps/v8/src/ast/
H A Dast.h1850 Expression* left() const { return left_; } in left() function in v8::internal::final
1861 BinaryOperation(Token::Value op, Expression* left, Expression* right, int pos) in BinaryOperation() argument
1961 Expression* left() const { return left_; } in left() function in v8::internal::final
1973 CompareOperation(Token::Value op, Expression* left, Expression* right, in CompareOperation() argument
3142 NewBinaryOperation(Token::Value op, Expression* left, Expression* right, int pos) NewBinaryOperation() argument
3161 NewCompareOperation(Token::Value op, Expression* left, Expression* right, int pos) NewCompareOperation() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc4549 void TurboAssembler::AddOverflow(Register dst, Register left, in CallRecordWriteStub() argument
4580 SubOverflow(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument
4611 MulOverflow(Register dst, Register left, const Operand& right, Register overflow) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc4050 void TurboAssembler::AddOverflow64(Register dst, Register left, in AddOverflow64() argument
4080 SubOverflow64(Register dst, Register left, const Operand& right, Register overflow) SubOverflow64() argument
4112 MulOverflow32(Register dst, Register left, const Operand& right, Register overflow) MulOverflow32() argument
[all...]
/third_party/node/deps/v8/src/execution/arm/
H A Dsimulator-arm.cc1206 bool Simulator::CarryFrom(int32_t left, int32_t right, int32_t carry) { in CarryFrom() argument
1216 bool Simulator::BorrowFrom(int32_t left, int32_t right, int32_t carry) { in BorrowFrom() argument
1225 bool Simulator::OverflowFrom(int32_t alu_out, int32_t left, int32_t right, in OverflowFrom() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc4971 int left = 0; in GetPositionInfo() local
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h116 static PreParserExpression BinaryOperation(const PreParserExpression& left, in BinaryOperation() argument
604 NewBinaryOperation(Token::Value op, const PreParserExpression& left, const PreParserExpression& right, int pos) NewBinaryOperation() argument
610 NewCompareOperation(Token::Value op, const PreParserExpression& left, const PreParserExpression& right, int pos) NewCompareOperation() argument
616 NewAssignment(Token::Value op, const PreParserExpression& left, const PreParserExpression& right, int pos) NewAssignment() argument
1367 CheckAssigningFunctionLiteralToProperty( const PreParserExpression& left, const PreParserExpression& right) CheckAssigningFunctionLiteralToProperty() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc793 VisitResult left; in Visit() local
2128 GetCommonType(const Type* left, const Type* right) GetCommonType() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbifrost_compile.c2708 bi_index left, right; in bi_emit_alu() local
/third_party/mksh/
H A Dedit.c1346 static int left, pos, save_arg; in x_insert() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4665 const IArg0& left = iargs.a; in doApply() local
4701 const IArg0& left in doApply() local
4733 const IArg0& left = iargs.a; doApply() local
4771 outerProduct(const ExprP<Vector<T, Rows> >& left, const ExprP<Vector<T, Cols> >& right) outerProduct() argument
5591 operator *(const ExprP<Matrix<T, LeftRows, Middle> >& left, const ExprP<Matrix<T, Middle, RightCols> >& right) operator *() argument
5598 operator *(const ExprP<Vector<T, Cols> >& left, const ExprP<Matrix<T, Rows, Cols> >& right) operator *() argument
5605 operator *(const ExprP<Matrix<T, Rows, Cols> >& left, const ExprP<Vector<T, Rows> >& right) operator *() argument
5612 operator *(const ExprP<Matrix<T, Rows, Cols> >& left, const ExprP<T>& right) operator *() argument
5619 operator +(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<Matrix<float, Rows, Cols> >& right) operator +() argument
5626 operator +(const ExprP<Matrix<deFloat16, Rows, Cols> >& left, const ExprP<Matrix<deFloat16, Rows, Cols> >& right) operator +() argument
5633 operator +(const ExprP<Matrix<double, Rows, Cols> >& left, const ExprP<Matrix<double, Rows, Cols> >& right) operator +() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp1391 bool Utils::compare(const glw::GLfloat& left, const glw::GLfloat& right) in compare() argument
4589 calculate(glw::GLuint function, const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, Utils::vec4<glw::GLfloat>& out) const calculate() argument
4622 calculate( const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, const Utils::vec4<glw::GLuint>& indices, Utils::vec4<glw::GLfloat>& out_combined, Utils::vec4<glw::GLfloat>& out_combined_inverted, Utils::vec4<glw::GLfloat>& out_constant, Utils::vec4<glw::GLfloat>& out_constant_inverted, Utils::vec4<glw::GLfloat>& out_dynamic, Utils::vec4<glw::GLfloat>& out_dynamic_inverted, Utils::vec4<glw::GLfloat>& out_loop) const calculate() argument
4685 logError(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, const Utils::vec4<glw::GLuint>& indices, const Utils::vec4<glw::GLfloat> vec4_expected[7], const Utils::vec4<glw::GLfloat> vec4_result[7], glw::GLuint array_length, bool result[7]) const logError() argument
4833 testDraw(const glw::GLuint combination[4], const Utils::vec4<glw::GLfloat>& left, const Utils::vec4<glw::GLfloat>& right, const Utils::vec4<glw::GLuint>& indices) const testDraw() argument
6304 testImageDraw(GLuint subroutine_index, Utils::texture& left, Utils::texture& right, const GLuint expected_left_color[4], const GLuint expected_right_color[4]) const testImageDraw() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1331 const glw::GLfloat left = -1.0f + x_mid_step; prepareTextureCoordinatesForFace() local
1440 const glw::GLfloat left = -1.0f + x_mid_step + x_step; prepareTextureCoordinatesForGatherForFace() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp3490 GL_ScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in GL_ScissorIndexed() argument
H A Dentry_points_gl_1_autogen.cpp1935 void GL_APIENTRY GL_Frustum(GLdouble left, in GL_Frustum() argument
4055 void GL_APIENTRY GL_Ortho(GLdouble left, in GL_Ortho() argument
[all...]
/third_party/python/Modules/
H A D_datetimemodule.c2090 divide_timedelta_timedelta(PyDateTime_Delta *left, PyDateTime_Delta *right) in divide_timedelta_timedelta() argument
2113 truedivide_timedelta_timedelta(PyDateTime_Delta *left, PyDateTime_Delta *right) in truedivide_timedelta_timedelta() argument
2154 delta_add(PyObject *left, PyObject *right) in delta_add() argument
2213 delta_subtract(PyObject *left, PyObject *right) delta_subtract() argument
2275 delta_multiply(PyObject *left, PyObject *right) delta_multiply() argument
2301 delta_divide(PyObject *left, PyObject *right) delta_divide() argument
2323 delta_truedivide(PyObject *left, PyObject *right) delta_truedivide() argument
2346 delta_remainder(PyObject *left, PyObject *right) delta_remainder() argument
2381 delta_divmod(PyObject *left, PyObject *right) delta_divmod() argument
3165 date_add(PyObject *left, PyObject *right) date_add() argument
3192 date_subtract(PyObject *left, PyObject *right) date_subtract() argument
5593 datetime_add(PyObject *left, PyObject *right) datetime_add() argument
5614 datetime_subtract(PyObject *left, PyObject *right) datetime_subtract() argument
[all...]
H A D_ssl.c5007 PySSLSession_richcompare(PyObject *left, PyObject *right, int op) in PySSLSession_richcompare() argument
/third_party/vixl/src/aarch32/
H A Dconstants-aarch32.h532 inline InstructionAttribute operator|(InstructionAttribute left, in operator |() argument
/third_party/python/Python/
H A Dceval.c1961 PyObject *left = SECOND(); local
1980 PyObject *left = SECOND(); local
2001 PyObject *left = SECOND(); local
2020 PyObject *left = SECOND(); global() local
2040 PyObject *left = SECOND(); global() local
2059 PyObject *left = SECOND(); global() local
2095 PyObject *left = SECOND(); global() local
2116 PyObject *left = SECOND(); global() local
3705 PyObject *left = TOP(); global() local
3722 PyObject *left = SECOND(); global() local
3740 PyObject *left = SECOND(); global() local
3782 PyObject *left = SECOND(); global() local
3825 PyObject *left = SECOND(); global() local
3865 PyObject *left = TOP(); global() local
3877 PyObject *left = POP(); global() local
3933 PyObject *left = TOP(); global() local
[all...]
/third_party/python/Objects/
H A Dtypeobject.c7223 method_is_overloaded(PyObject *left, PyObject *right, PyObject *name) in method_is_overloaded() argument
/third_party/vk-gl-cts/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3624 const IArg0& left = iargs.a; in doApply() local
3660 const IArg0& left = iargs.a; in doApply() local
3692 const IArg0& left in doApply() local
3730 outerProduct(const ExprP<Vector<float, Rows> >& left, const ExprP<Vector<float, Cols> >& right) outerProduct() argument
4149 operator *(const ExprP<Matrix<float, LeftRows, Middle> >& left, const ExprP<Matrix<float, Middle, RightCols> >& right) operator *() argument
4156 operator *(const ExprP<Vector<float, Cols> >& left, const ExprP<Matrix<float, Rows, Cols> >& right) operator *() argument
4163 operator *(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<Vector<float, Rows> >& right) operator *() argument
4170 operator *(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<float>& right) operator *() argument
4177 operator +(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<Matrix<float, Rows, Cols> >& right) operator +() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp4654 const IArg0& left = iargs.a; in doApply() local
4690 const IArg0& left in doApply() local
4722 const IArg0& left = iargs.a; doApply() local
4760 outerProduct(const ExprP<Vector<T, Rows> >& left, const ExprP<Vector<T, Cols> >& right) outerProduct() argument
5580 operator *(const ExprP<Matrix<T, LeftRows, Middle> >& left, const ExprP<Matrix<T, Middle, RightCols> >& right) operator *() argument
5587 operator *(const ExprP<Vector<T, Cols> >& left, const ExprP<Matrix<T, Rows, Cols> >& right) operator *() argument
5594 operator *(const ExprP<Matrix<T, Rows, Cols> >& left, const ExprP<Vector<T, Rows> >& right) operator *() argument
5601 operator *(const ExprP<Matrix<T, Rows, Cols> >& left, const ExprP<T>& right) operator *() argument
5608 operator +(const ExprP<Matrix<float, Rows, Cols> >& left, const ExprP<Matrix<float, Rows, Cols> >& right) operator +() argument
5615 operator +(const ExprP<Matrix<deFloat16, Rows, Cols> >& left, const ExprP<Matrix<deFloat16, Rows, Cols> >& right) operator +() argument
5622 operator +(const ExprP<Matrix<double, Rows, Cols> >& left, const ExprP<Matrix<double, Rows, Cols> >& right) operator +() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DParseContext.cpp414 reasonStream << "cannot convert from '" << right << "' to '" << left << "'"; in assignError() local
408 assignError(const TSourceLoc &line, const char *op, const TType &left, const TType &right) assignError() argument
433 binaryOpError(const TSourceLoc &line, const char *op, const TType &left, const TType &right) binaryOpError() argument
5977 binaryOpCommonCheck(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) binaryOpCommonCheck() argument
6227 isMultiplicationTypeCombinationValid(TOperator op, const TType &left, const TType &right) isMultiplicationTypeCombinationValid() argument
6270 addBinaryMathInternal(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMathInternal() argument
6340 addBinaryMath(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMath() argument
6354 addBinaryMathBooleanResult(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addBinaryMathBooleanResult() argument
6369 addAssign(TOperator op, TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addAssign() argument
6413 addComma(TIntermTyped *left, TIntermTyped *right, const TSourceLoc &loc) addComma() argument
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c648 struct rb_node *left = rb_first_cached(&cfs_rq->tasks_timeline); in __pick_first_entity() local
4670 struct sched_entity *left = __pick_first_entity(cfs_rq); in pick_next_entity() local
[all...]

Completed in 179 milliseconds

1...<<41424344454647484950