Home
last modified time | relevance | path

Searched defs:right (Results 601 - 625 of 638) sorted by relevance

1...<<212223242526

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp1332 const glw::GLfloat right = 1.0f - x_mid_step; in prepareTextureCoordinatesForFace() local
1441 const glw::GLfloat right = 1.0f - x_mid_step - x_step; prepareTextureCoordinatesForGatherForFace() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_1_autogen.cpp1935 GL_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) GL_Frustum() argument
4055 GL_Ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) 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 operator |(InstructionAttribute left, InstructionAttribute right) operator |() argument
/third_party/python/Python/
H A Dceval.c1962 PyObject *right = TOP(); local
1981 PyObject *right = TOP(); local
2002 PyObject *right = TOP(); global() local
2021 PyObject *right = TOP(); global() local
2041 PyObject *right = TOP(); global() local
2060 PyObject *right = TOP(); global() local
2096 PyObject *right = TOP(); global() local
2117 PyObject *right = TOP(); global() local
3704 PyObject *right = POP(); global() local
3721 PyObject *right = TOP(); global() local
3739 PyObject *right = TOP(); global() local
3781 PyObject *right = TOP(); global() local
3824 PyObject *right = TOP(); global() local
3864 PyObject *right = POP(); global() local
3876 PyObject *right = POP(); global() local
3932 PyObject *right = POP(); global() local
7619 check_except_type_valid(PyThreadState *tstate, PyObject* right) global() argument
7644 check_except_star_type_valid(PyThreadState *tstate, PyObject* right) global() argument
[all...]
H A Dcompile.c2835 int right = check_is_arg((expr_ty)asdl_seq_GET(e->v.Compare.comparators, i)); in check_compare() local
/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.cpp3625 const IArg1& right = iargs.b; in doApply() local
3661 const IArg1& right = iargs.b; in doApply() local
3693 const IArg1& right 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.cpp4655 const IArg1& right in doApply() local
4691 const IArg1& right = iargs.b; doApply() local
4723 const IArg1& right = iargs.b; 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.cpp441 << "' and a right operand of type '" << right in binaryOpError() 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...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp870 handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator op, TIntermTyped* left, TIntermTyped* right) handleBinaryMath() argument
2489 assignFromFragCoord(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) assignFromFragCoord() argument
2547 assignPosition(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) assignPosition() argument
2608 assignClipCullDistance(const TSourceLoc& loc, TOperator op, int semanticId, TIntermTyped* left, TIntermTyped* right) assignClipCullDistance() argument
2842 handleAssign(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) handleAssign() argument
3238 handleAssignToMatrixSwizzle(const TSourceLoc& loc, TOperator op, TIntermTyped* left, TIntermTyped* right) handleAssignToMatrixSwizzle() argument
6454 assignError(const TSourceLoc& loc, const char* op, TString left, TString right) assignError() argument
6473 binaryOpError(const TSourceLoc& loc, const char* op, TString left, TString right) binaryOpError() argument
[all...]
/third_party/backends/backend/
H A Dmustek_usb2_asic.h271 unsigned int right; member
/third_party/cups-filters/utils/
H A Dcups-browsed.c2071 bottom, left, right, top; in get_pagesize() local
2688 bottom, left, right, top; in get_cluster_sizes() local
2964 bottom, left, right, to in get_cluster_default_attributes() local
7669 int count, left, right, bottom, top; update_cups_queues() local
[all...]
/third_party/mesa3d/src/glx/tests/
H A Dindirect_api.cpp159 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glFrustum() argument
244 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } in __indirect_glOrtho() argument
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc2891 Node* right = environment()->LookupAccumulator(); in BuildBinaryOp() local
3061 Node* right = jsgraph()->Constant(bytecode_iterator().GetImmediateOperand(0)); in BuildBinaryOpWithImmediate() local
3201 Node* right = environment()->LookupAccumulator(); in BuildCompareOp() local
3258 Node* right = environment()->LookupAccumulator(); VisitTestReferenceEqual() local
4042 TryBuildSimplifiedBinaryOp(const Operator* op, Node* left, Node* right, FeedbackSlot slot) TryBuildSimplifiedBinaryOp() argument
[all...]
H A Dwasm-compiler.cc841 Node* WasmGraphBuilder::Binop(wasm::WasmOpcode opcode, Node* left, Node* right, in Binop() argument
1882 BuildF32CopySign(Node* left, Node* right) BuildF32CopySign() argument
1894 BuildF64CopySign(Node* left, Node* right) BuildF64CopySign() argument
2317 BuildF64Pow(Node* left, Node* right) BuildF64Pow() argument
2323 BuildF64Mod(Node* left, Node* right) BuildF64Mod() argument
2682 BuildI32DivS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32DivS() argument
2700 BuildI32RemS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32RemS() argument
2714 BuildI32DivU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32DivU() argument
2720 BuildI32RemU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI32RemU() argument
2726 BuildI32AsmjsDivS(Node* left, Node* right) BuildI32AsmjsDivS() argument
2764 BuildI32AsmjsRemS(Node* left, Node* right) BuildI32AsmjsRemS() argument
2862 BuildI32AsmjsDivU(Node* left, Node* right) BuildI32AsmjsDivU() argument
2880 BuildI32AsmjsRemU(Node* left, Node* right) BuildI32AsmjsRemU() argument
2892 BuildI64DivS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64DivS() argument
2915 BuildI64RemS(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64RemS() argument
2933 BuildI64DivU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64DivU() argument
2942 BuildI64RemU(Node* left, Node* right, wasm::WasmCodePosition position) BuildI64RemU() argument
2952 BuildDiv64Call(Node* left, Node* right, ExternalReference ref, MachineType result_type, wasm::TrapReason trap_zero, wasm::WasmCodePosition position) BuildDiv64Call() argument
3411 BuildI32Rol(Node* left, Node* right) BuildI32Rol() argument
3424 BuildI64Rol(Node* left, Node* right) BuildI64Rol() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc6650 Expression* right in VisitLogicalOrExpression() local
6553 VisitLogicalTest(Token::Value token, Expression* left, Expression* right, int right_coverage_slot) VisitLogicalTest() argument
6711 Expression* right = binop->right(); VisitLogicalAndExpression() local
6772 Expression* right = binop->right(); VisitNullishExpression() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h2980 ExpressionT right = ParseAssignmentExpression(); in ParseAssignmentExpressionCoverGrammar() local
3168 ExpressionT right; in ParseConditionalContinuation() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1532 VerticalStripesGenerator (const tcu::Vec4& left, const tcu::Vec4& right, uint32_t width) in VerticalStripesGenerator() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gl.cpp1011 frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) frustum() argument
1316 ortho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) ortho() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp12397 equal(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) equal() argument
12420 greaterThan(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) greaterThan() argument
12427 greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) greaterThanEqual() argument
12472 lessThan(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) lessThan() argument
12479 lessThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) lessThanEqual() argument
12486 max(T left, T right) max() argument
12492 min(T left, T right) min() argument
12516 mix(T left, T right, T weight) mix() argument
12522 mod(T left, T right) mod() argument
12537 multiply(T left, T right) multiply() argument
12545 notEqual(const tcu::Vector<glw::GLdouble, Size>& left, const tcu::Vector<glw::GLdouble, Size>& right) notEqual() argument
12552 outerProduct(const tcu::Vector<glw::GLdouble, Rows>& left, const tcu::Vector<glw::GLdouble, Cols>& right) outerProduct() argument
13807 compare(Utils::_variable_type type, const glw::GLvoid* left, const glw::GLvoid* right) compare() argument
[all...]
/third_party/toybox/toys/pending/
H A Dbc.c5007 BcResult *left, *right, res; in bc_program_assign() local
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h890 GetCselSynthesisInformation(const Register& rd, const Operand& left, const Operand& right, bool* should_synthesise_left, bool* should_synthesise_right) GetCselSynthesisInformation() argument
905 Csel(const Register& rd, const Operand& left, const Operand& right, Condition cond) Csel() argument
[all...]
H A Dsimulator-aarch64.cc929 AddWithCarry(unsigned reg_size, uint64_t left, uint64_t right, int carry_in) Simulator() argument

Completed in 223 milliseconds

1...<<212223242526