Home
last modified time | relevance | path

Searched defs:div (Results 51 - 75 of 102) sorted by relevance

12345

/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c616 png_int_32 times, div; in validation_muldiv() local
[all...]
/third_party/skia/tests/
H A DPathOpsAngleIdeas.cpp770 double div = v1.dot(v2); in mDistance() local
/third_party/python/Python/
H A Dpytime.c152 _PyTime_MulDiv(_PyTime_t ticks, _PyTime_t mul, _PyTime_t div) in _PyTime_MulDiv() argument
/third_party/rust/crates/nix/src/sys/
H A Dtime.rs415 fn div(self, rhs: i32) -> TimeSpec { in div() functions
649 fn div(self, rhs: i32) -> TimeVal { in div() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1316 fn div(self, oth: &'b BigNumRef) -> BigNum { in div() functions
/third_party/spirv-tools/source/opt/
H A Damd_ext_to_khr.cpp677 Instruction* div = ir_builder.AddBinaryOp( in ReplaceCubeFaceCoord() local
/third_party/ffmpeg/libavcodec/
H A Dalsdec.c480 parse_bs_info(const uint32_t bs_info, unsigned int n, unsigned int div, unsigned int **div_blocks, unsigned int *num_blocks) parse_bs_info() argument
H A Dvorbisenc.c191 int div = 1; in ready_codebook() local
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c1056 int div; in func_strftime() local
H A Daf_aiir.c1102 double div; in get_response() local
1193 double div = s->w / (double)sample_rate; in draw_response() local
H A Dvf_paletteuse.c815 const float div = in1->width * in1->height * (s->use_alpha ? 4 : 3); in debug_mean_error() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate.c495 unsigned long div; in recalc() local
H A Dpcm_route.c44 #define div(a) a /= SND_PCM_PLUGIN_ROUTE_RESOLUTION macro
46 #define div(a) a >>= 4 macro
/third_party/backends/backend/
H A Dcoolscan.c2201 int div; in Calc_fix_LUT() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_rt.c1123 nir_ssa_def *div = nir_channel(b, result, 1); in insert_traversal_triangle_case() local
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_indirect_draw.c454 split_div(nir_builder *b, nir_ssa_def *div, nir_ssa_def **r_e, nir_ssa_def **d) in split_div() argument
643 nir_ssa_def *div = nir_imul(b, instance_div, builder->instance_size.padded); in update_vertex_attribs() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_lowering_nv50.cpp508 NV50LegalizeSSA::handleDIV(Instruction *div) in handleDIV() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1031 const float div = isX ? float(result.getWidth()) : float(result.getHeight()); in verify() local
1336 const float div = isX ? w : h; in verify() local
/third_party/skia/src/core/
H A DSkVM.cpp804 F32 Builder::div(F32 x, F32 y) { in div() function in skvm::Builder
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerMIPS32.cpp565 void AssemblerMIPS32::div(const Operand *OpRs, const Operand *OpRt) { in div() function in Ice::MIPS32::AssemblerMIPS32
/third_party/python/Objects/
H A Dfloatobject.c674 double div; in _float_div_mod() local
/third_party/python/Lib/test/
H A Dtest_xmlrpc.py608 def div(self, x, y): member in http_server.TestInstanceClass
672 def div(self, x, y): member in http_multi_server.TestInstanceClass
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp1113 const float div = isX ? float(result.getWidth()) : float(result.getHeight()); in verify() local
1445 const float div = isX ? w : h; in verify() local
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp160 static inline int nextDivisible (const int x, const int div) in nextDivisible() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp1004 const float div = isX ? float(result.getWidth()) : float(result.getHeight()); in verify() local
1310 const float div = isX ? w : h; in verify() local

Completed in 67 milliseconds

12345