Home
last modified time | relevance | path

Searched defs:values (Results 726 - 750 of 788) sorted by relevance

1...<<21222324252627282930>>...32

/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp6643 void NumberFormatTest::expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount, in expectPositions() argument
7905 double values[] in TestRoundingScientific10542() local
7925 double values[] = {-3006.0, -3005, -3004, 3014, 3015, 3016}; TestRoundingScientific10542() local
7968 double values[] = {1e25, 1e25 + 1e15, 1e25 - 1e15}; TestRoundingScientific10542() local
7988 double values[] = {-1e25, -1e25 + 1e15, -1e25 - 1e15}; TestRoundingScientific10542() local
8008 double values[] = {1e-25, 1e-25 + 1e-35, 1e-25 - 1e-35}; TestRoundingScientific10542() local
8028 double values[] = {-1e-25, -1e-25 + 1e-35, -1e-25 - 1e-35}; TestRoundingScientific10542() local
8060 verifyRounding( DecimalFormat& format, const double *values, const char * const *expected, const DecimalFormat::ERoundingMode *roundingModes, const char * const *descriptions, int32_t valueSize, int32_t roundingModeSize) verifyRounding() argument
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_ngg.c1745 nir_ssa_def *values[4] = {0}; in lower_ngg_gs_emit_vertex_with_counter() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c138 LLVMValueRef values[] = {value, value, value, value}; in get_alu_src() local
1376 LLVMValueRef values[4], value = NULL; in visit_load_const() local
1538 LLVMValueRef values[2] = {default_offset, half_texel[c]}; lower_gather4_integer() local
2660 LLVMValueRef values[5] = {x, ctx->ac.i64_0, ctx->ac.i64_0, w, code}; visit_image_load() local
3100 LLVMValueRef values[4], derived_ptr, index, ret; visit_load_shared() local
3144 LLVMValueRef values[2]; visit_load_shared2_amd() local
3278 LLVMValueRef values[2]; load_sample_pos() local
3420 LLVMValueRef values[4]; load_interpolated_input() local
3440 LLVMValueRef values[8]; visit_load() local
3576 LLVMValueRef values[4] = { emit_load_frag_coord() local
3605 LLVMValueRef values[3]; visit_intrinsic() local
[all...]
H A Dac_llvm_build.c557 LLVMValueRef ac_build_varying_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, in ac_build_varying_gather_values() argument
578 LLVMValueRef ac_build_gather_values_extended(struct ac_llvm_context *ctx, LLVMValueRef *values, in ac_build_gather_values_extended() argument
602 LLVMValueRef ac_build_gather_values(struct ac_llvm_context *ctx, LLVMValueRef *values, in ac_build_gather_values() argument
386 ac_build_phi(struct ac_llvm_context *ctx, LLVMTypeRef type, unsigned count_incoming, LLVMValueRef *values, LLVMBasicBlockRef *blocks) ac_build_phi() argument
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c2121 emit_aggregate_values(struct dxil_module *m, const struct dxil_value **values, in emit_aggregate_values() argument
1716 dxil_module_get_array_const(struct dxil_module *m, const struct dxil_type *type, const struct dxil_value **values) dxil_module_get_array_const() argument
/third_party/node/deps/v8/src/ast/
H A Dast.h1388 ArrayLiteralBoilerplateBuilder(const ZonePtrList<Expression>* values, in ArrayLiteralBoilerplateBuilder() argument
1431 const ZonePtrList<Expression>* values() const { return &values_; } in values() function in v8::internal::final
1440 ArrayLiteral(Zone* zone, const ScopedPtrList<Expression>& values, in ArrayLiteral() argument
3055 ArrayLiteral* NewArrayLiteral(const ScopedPtrList<Expression>& values, in NewArrayLiteral() argument
3060 NewArrayLiteral(const ScopedPtrList<Expression>& values, int first_spread_index, int pos) NewArrayLiteral() argument
[all...]
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1818 Handle<JSFunction> values = InstallFunctionWithBuiltinId( in InitializeGlobal() local
3355 Handle<JSFunction> values = InstallFunctionWithBuiltinId( in InitializeGlobal() local
3629 Handle<JSFunction> values = SimpleInstallFunction( InitializeGlobal() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h544 PreParserExpression NewArrayLiteral(const PreParserExpressionList& values, in NewArrayLiteral() argument
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc235 Stack<std::string> values = *csa_generator.EmitGraph(Stack<std::string>{}); in Visit() local
510 base::Optional<Stack<std::string>> values; in VisitMacroCommon() local
2154 std::vector<VisitResult> values; Visit() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_cmd.h1087 uint32 values[4]; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c1274 uint32_t values[MAX_INLINABLE_UNIFORMS]; member
1287 tc_set_inlinable_constants(struct pipe_context *_pipe, enum pipe_shader_type shader, uint num_values, uint32_t *values) tc_set_inlinable_constants() argument
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c4538 uint32_t values[8]; in evergreen_setup_tess_constants() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2285 void collectDuplicates (set<T>& duplicates, const vector<T>& values) in collectDuplicates() argument
2298 void checkDuplicates (tcu::ResultCollector& results, const char* what, const vector<string>& values) in checkDuplicates() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp3365 const Maybe<bool> values[] = in PixelValue() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsTests.cpp2883 TypeValuesSP values; global() member
[all...]
H A DvktSpvAsmInstructionTests.cpp818 static void floorAll (vector<float>& values) in floorAll() argument
824 static void floorAll (vector<Vec4>& values) in floorAll() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFeatureInfo.cpp2276 void collectDuplicates (set<T>& duplicates, const vector<T>& values) in collectDuplicates() argument
2289 void checkDuplicates (tcu::ResultCollector& results, const char* what, const vector<string>& values) in checkDuplicates() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_4_autogen.cpp445 GL_GetActiveSubroutineUniformiv(GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) GL_GetActiveSubroutineUniformiv() argument
479 GL_GetProgramStageiv(GLuint program, GLenum shadertype, GLenum pname, GLint *values) GL_GetProgramStageiv() argument
720 GL_PatchParameterfv(GLenum pname, const GLfloat *values) GL_PatchParameterfv() argument
7844 GL_GetnHistogram(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) GL_GetnHistogram() argument
7956 GL_GetnMinmax(GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) GL_GetnMinmax() argument
7990 GL_GetnPixelMapfv(GLenum map, GLsizei bufSize, GLfloat *values) GL_GetnPixelMapfv() argument
8015 GL_GetnPixelMapuiv(GLenum map, GLsizei bufSize, GLuint *values) GL_GetnPixelMapuiv() argument
8040 GL_GetnPixelMapusv(GLenum map, GLsizei bufSize, GLushort *values) GL_GetnPixelMapusv() argument
[all...]
H A Dentry_points_gl_1_autogen.cpp2322 void GL_APIENTRY GL_GetPixelMapfv(GLenum map, GLfloat *values) in GL_GetPixelMapfv() argument
2346 void GL_APIENTRY GL_GetPixelMapuiv(GLenum map, GLuint *values) in GL_GetPixelMapuiv() argument
2370 GL_GetPixelMapusv(GLenum map, GLushort *values) GL_GetPixelMapusv() argument
4107 GL_PixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) GL_PixelMapfv() argument
4131 GL_PixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) GL_PixelMapuiv() argument
4156 GL_PixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) GL_PixelMapusv() argument
[all...]
/third_party/skia/src/core/
H A DSkPath.cpp1870 const SkScalar* values = &pts[0].fX; in append_params() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp4011 void Context::setVertexAttrib(GLuint index, const GLfloat *values) in setVertexAttrib() argument
4020 void Context::setVertexAttrib(GLuint index, const GLint *values) in setVertexAttrib() argument
4029 void Context::setVertexAttrib(GLuint index, const GLuint *values) in setVertexAttrib() argument
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimgui_demo.cpp1585 static float values[90] = {}; in ShowDemoWindowWidgets() local
2027 static float values[7] = { 0.0f, 0.60f, 0.35f, 0.9f, 0.70f, 0.20f, 0.0f }; ShowDemoWindowWidgets() local
2660 const float values[5] = { 0.5f, 0.20f, 0.80f, 0.60f, 0.25f }; ShowDemoWindowLayout() local
[all...]
/third_party/skia/tests/
H A DPathTest.cpp5155 const SkScalar values[] = { in DEF_TEST() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.cc4620 ast::ExpressionList values; MakeVectorShuffle() local
[all...]
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc5154 std::map<std::string, const EnumValueDescriptor*> values; CheckEnumValueUniqueness() local
[all...]

Completed in 185 milliseconds

1...<<21222324252627282930>>...32