/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | simd_vec4.hpp | 295 //! Returns 0.0 if x < edge, otherwise it returns 1.0. 299 detail::fvec4SIMD const & edge, 303 float const & edge,
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/simd/ |
H A D | common.h | 199 GLM_FUNC_QUALIFIER glm_vec4 glm_vec4_step(glm_vec4 edge, glm_vec4 x) in glm_vec4_step() argument 201 glm_vec4 const cmp = _mm_cmple_ps(x, edge); in glm_vec4_step()
|
/third_party/ffmpeg/libavcodec/ |
H A D | rv40dsp.c | 572 int edge, in rv40_loop_filter_strength() 591 if (!edge) in rv40_loop_filter_strength() 606 int beta, int beta2, int edge, in rv40_h_loop_filter_strength() 609 return rv40_loop_filter_strength(src, stride, 1, beta, beta2, edge, p1, q1); in rv40_h_loop_filter_strength() 613 int beta, int beta2, int edge, in rv40_v_loop_filter_strength() 616 return rv40_loop_filter_strength(src, 1, stride, beta, beta2, edge, p1, q1); in rv40_v_loop_filter_strength() 569 rv40_loop_filter_strength(uint8_t *src, int step, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_loop_filter_strength() argument 605 rv40_h_loop_filter_strength(uint8_t *src, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_h_loop_filter_strength() argument 612 rv40_v_loop_filter_strength(uint8_t *src, ptrdiff_t stride, int beta, int beta2, int edge, int *p1, int *q1) rv40_v_loop_filter_strength() argument
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuVectorUtil.hpp | 71 inline float step (float edge, float x) { return (x < edge) ? 0.0f : 1.0f; } in step() argument 81 inline double step (double edge, double x) { return (x < edge) ? 0.0 : 1.0; } in step() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-lowering.cc | 183 for (Edge edge : node->use_edges()) { in ReplaceEffectControlUses() 184 if (NodeProperties::IsControlEdge(edge)) { in ReplaceEffectControlUses() 185 edge.UpdateTo(control); in ReplaceEffectControlUses() 186 } else if (NodeProperties::IsEffectEdge(edge)) { in ReplaceEffectControlUses() 187 edge.UpdateTo(effect); in ReplaceEffectControlUses() 189 DCHECK(NodeProperties::IsValueEdge(edge) || in ReplaceEffectControlUses() 190 NodeProperties::IsContextEdge(edge)); in ReplaceEffectControlUses() 4341 for (Edge edge : node->use_edges()) { in InsertUnreachableIfNecessary() 4342 if (!NodeProperties::IsEffectEdge(edge)) continue; in InsertUnreachableIfNecessary() 4345 if (edge in InsertUnreachableIfNecessary() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 5143 int edge, in ar9003_hw_get_direct_edge_power() 5150 return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge]); in ar9003_hw_get_direct_edge_power() 5152 return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge]); in ar9003_hw_get_direct_edge_power() 5157 unsigned int edge, in ar9003_hw_get_indirect_edge_power() 5169 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 1) < freq && in ar9003_hw_get_indirect_edge_power() 5170 CTL_EDGE_FLAGS(ctl_2g[idx].ctlEdges[edge - 1])) in ar9003_hw_get_indirect_edge_power() 5171 return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge - 1]); in ar9003_hw_get_indirect_edge_power() 5173 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 0) < freq && in ar9003_hw_get_indirect_edge_power() 5174 CTL_EDGE_FLAGS(ctl_5g[idx].ctlEdges[edge - 1])) in ar9003_hw_get_indirect_edge_power() 5175 return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge in ar9003_hw_get_indirect_edge_power() 5141 ar9003_hw_get_direct_edge_power(struct ar9300_eeprom *eep, int idx, int edge, bool is2GHz) ar9003_hw_get_direct_edge_power() argument 5155 ar9003_hw_get_indirect_edge_power(struct ar9300_eeprom *eep, int idx, unsigned int edge, u16 freq, bool is2GHz) ar9003_hw_get_indirect_edge_power() argument 5193 unsigned int edge; ar9003_hw_get_max_edge_power() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_eeprom.c | 5139 int edge, in ar9003_hw_get_direct_edge_power() 5146 return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge]); in ar9003_hw_get_direct_edge_power() 5148 return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge]); in ar9003_hw_get_direct_edge_power() 5153 unsigned int edge, in ar9003_hw_get_indirect_edge_power() 5165 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 1) < freq && in ar9003_hw_get_indirect_edge_power() 5166 CTL_EDGE_FLAGS(ctl_2g[idx].ctlEdges[edge - 1])) in ar9003_hw_get_indirect_edge_power() 5167 return CTL_EDGE_TPOWER(ctl_2g[idx].ctlEdges[edge - 1]); in ar9003_hw_get_indirect_edge_power() 5169 if (ath9k_hw_fbin2freq(ctl_freqbin[edge - 1], 0) < freq && in ar9003_hw_get_indirect_edge_power() 5170 CTL_EDGE_FLAGS(ctl_5g[idx].ctlEdges[edge - 1])) in ar9003_hw_get_indirect_edge_power() 5171 return CTL_EDGE_TPOWER(ctl_5g[idx].ctlEdges[edge in ar9003_hw_get_indirect_edge_power() 5137 ar9003_hw_get_direct_edge_power(struct ar9300_eeprom *eep, int idx, int edge, bool is2GHz) ar9003_hw_get_direct_edge_power() argument 5151 ar9003_hw_get_indirect_edge_power(struct ar9300_eeprom *eep, int idx, unsigned int edge, u16 freq, bool is2GHz) ar9003_hw_get_indirect_edge_power() argument 5189 unsigned int edge; ar9003_hw_get_max_edge_power() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_shader_ngg.c | 174 LLVMValueRef edge; in gfx10_ngg_build_export_prim() local 176 edge = LLVMBuildLoad2(builder, ctx->ac.i1, user_edgeflags[i], ""); in gfx10_ngg_build_export_prim() 177 edge = LLVMBuildZExt(builder, edge, ctx->ac.i32, ""); in gfx10_ngg_build_export_prim() 178 edge = LLVMBuildShl(builder, edge, LLVMConstInt(ctx->ac.i32, shift, 0), ""); in gfx10_ngg_build_export_prim() 179 edgeflags = LLVMBuildOr(builder, edgeflags, edge, ""); in gfx10_ngg_build_export_prim() 210 LLVMValueRef edge; in gfx10_ngg_build_export_prim() local 212 edge = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, user_edgeflags[i], ""); in gfx10_ngg_build_export_prim() 213 edge in gfx10_ngg_build_export_prim() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderImageLoadStoreTests.cpp | 7272 TextureShapeDefinition(GLuint edge, GLuint n_elements, GLenum type) in TextureShapeDefinition() 7273 : m_edge(edge), m_n_elements(n_elements), m_type(type) in TextureShapeDefinition() 7348 TextureShapeDefinition(texture_edge /* edge */, 6 /* n_elements */, GL_TEXTURE_2D_ARRAY)); in Setup() 7350 TextureShapeDefinition(texture_edge /* edge */, 6 /* n_elements */, GL_TEXTURE_3D)); in Setup() 7352 TextureShapeDefinition(texture_edge /* edge */, 1 /* n_elements */, GL_TEXTURE_CUBE_MAP)); in Setup() 7354 TextureShapeDefinition(texture_edge /* edge */, 3 /* n_elements */, GL_TEXTURE_CUBE_MAP_ARRAY)); in Setup() 7536 * @param edge Length of texture edge 7542 bool CompareRGBA8Textures(GLuint left_texture_id, GLuint right_texture_id, GLuint edge, GLuint n_layers, in CompareRGBA8Textures() argument 7546 const GLuint texture_data_size = edge * edg in CompareRGBA8Textures() 7639 CreateRGBA8DestinationTexture(GLuint edge, GLuint n_elements, GLenum target, GLuint& out_texture_id) CreateRGBA8DestinationTexture() argument 7670 CreateRGBA8SourceTexture(GLuint edge, GLuint n_elements, GLenum target, GLuint& out_texture_id) CreateRGBA8SourceTexture() argument 7725 CreateRGBA8Texture(GLuint edge, GLenum target, GLuint n_layers, const std::vector<GLubyte>& texture_data, GLuint& out_texture_id) CreateRGBA8Texture() argument 7805 ExtractTextureData(GLuint texture_id, GLuint edge, GLuint n_layers, GLenum target, std::vector<GLubyte>& texture_data) ExtractTextureData() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deshake.c | 74 { "edge", "set edge mode", OFFSET(edge), AV_OPT_TYPE_INT, {.i64=FILL_MIRROR}, FILL_BLANK, FILL_COUNT-1, FLAGS, "edge"}, 75 { "blank", "fill zeroes at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_BLANK}, INT_MIN, INT_MAX, FLAGS, "edge" }, 76 { "original", "original image at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_ORIGINAL}, INT_MIN, INT_MAX, FLAGS, "edge" }, 77 { "clamp", "extruded edge value at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_CLAMP}, INT_MIN, INT_MAX, FLAGS, "edge" }, 78 { "mirror", "mirrored edge at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_MIRROR}, INT_MIN, INT_MAX, FLAGS, "edge" }, [all...] |
H A D | af_afftdn.c | 866 int edge, j, k, n, edgemax; in sample_noise_block() local 876 edge = s->noise_band_edge[0]; in sample_noise_block() 877 j = edge; in sample_noise_block() 883 if (j > edge) { in sample_noise_block() 884 dnch->noise_band_norm[k - 1] += j - edge; in sample_noise_block() 890 edge = j; in sample_noise_block() 910 dnch->noise_band_norm[k - 1] += j - edge; in sample_noise_block()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | StringTrieBuilder.java | 217 * Therefore, write() must write the rightmost branch edge last 224 * A branch edge also remembers the first number for any of its edges. 226 * When a further-left branch edge has a number in the range of the rightmost 227 * edge's numbers, then it will be written as part of the required right edge 231 * edge numbers. 233 * @param edgeNumber The first edge number for this node and its sub-nodes. 234 * @return An edge number that is at least the maximum-negative 235 * of the input edge number and the numbers of this node and all of its sub-nodes. 251 // If this node is part of the unwritten right branch edge, in writeUnlessInsideRightEdge() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | stringtriebuilder.cpp | 498 Node *edge=equal[--i]; in markRightEdgesFirst() local 499 if(edge!=NULL) { in markRightEdgesFirst() 500 edgeNumber=edge->markRightEdgesFirst(edgeNumber-step); in markRightEdgesFirst() 502 // For all but the rightmost edge, decrement the edge number. in markRightEdgesFirst()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | StringTrieBuilder.java | 216 * Therefore, write() must write the rightmost branch edge last 223 * A branch edge also remembers the first number for any of its edges. 225 * When a further-left branch edge has a number in the range of the rightmost 226 * edge's numbers, then it will be written as part of the required right edge 230 * edge numbers. 232 * @param edgeNumber The first edge number for this node and its sub-nodes. 233 * @return An edge number that is at least the maximum-negative 234 * of the input edge number and the numbers of this node and all of its sub-nodes. 250 // If this node is part of the unwritten right branch edge, in writeUnlessInsideRightEdge() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | stringtriebuilder.cpp | 498 Node *edge=equal[--i]; in markRightEdgesFirst() local 499 if(edge!=nullptr) { in markRightEdgesFirst() 500 edgeNumber=edge->markRightEdgesFirst(edgeNumber-step); in markRightEdgesFirst() 502 // For all but the rightmost edge, decrement the edge number. in markRightEdgesFirst()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | stringtriebuilder.cpp | 498 Node *edge=equal[--i]; in markRightEdgesFirst() local 499 if(edge!=NULL) { in markRightEdgesFirst() 500 edgeNumber=edge->markRightEdgesFirst(edgeNumber-step); in markRightEdgesFirst() 502 // For all but the rightmost edge, decrement the edge number. in markRightEdgesFirst()
|
/third_party/node/deps/npm/node_modules/debug/src/ |
H A D | browser.js | 124 if (typeof navigator !== 'undefined' && navigator.userAgent && navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)) {
|
/third_party/skia/third_party/externals/freetype/src/psaux/ |
H A D | pshints.h | 104 * representing an edge. When edges are paired, as from stem hints, the 105 * bottom edge must immediately precede the top edge in the array. 145 CF2_HintRec edge[CF2_MAX_HINT_EDGES]; /* 192 */ member
|
/kernel/linux/linux-5.10/sound/pci/echoaudio/ |
H A D | echoaudio.c | 528 int err, per, rest, page, edge, offs; in init_engine() local 561 edge = PAGE_SIZE; in init_engine() 570 if (rest <= edge - offs) { in init_engine() 577 edge - offs); in init_engine() 578 rest -= edge - offs; in init_engine() 579 offs = edge; in init_engine() 581 if (offs == edge) { in init_engine() 582 edge += PAGE_SIZE; in init_engine()
|
/kernel/linux/linux-6.6/sound/pci/echoaudio/ |
H A D | echoaudio.c | 541 int err, per, rest, page, edge, offs; in init_engine() local 574 edge = PAGE_SIZE; in init_engine() 583 if (rest <= edge - offs) { in init_engine() 590 edge - offs); in init_engine() 591 rest -= edge - offs; in init_engine() 592 offs = edge; in init_engine() 594 if (offs == edge) { in init_engine() 595 edge += PAGE_SIZE; in init_engine()
|
/third_party/python/Lib/test/ |
H A D | test_bigmem.py | 536 edge = _('-') * (size // 2) 537 s = _('').join([edge, SUBSTR, edge]) 538 del edge 667 edge = '-' * size 668 s = ''.join([edge, '%s', edge]) 669 del edge
|
/third_party/alsa-utils/topology/nhlt/intel/dmic/ |
H A D | dmic-process.c | 661 int edge; in configure_registers() local 848 edge = dmic->dmic_prm[di].pdm[i].clk_edge; in configure_registers() 850 edge = !edge; in configure_registers() 854 MIC_CONTROL_CLK_EDGE(edge) | in configure_registers()
|
/third_party/glfw/src/ |
H A D | win32_window.c | 188 // Enforce the content area aspect ratio based on which edge is being dragged 190 static void applyAspectRatio(_GLFWwindow* window, int edge, RECT* area) in applyAspectRatio() argument 205 if (edge == WMSZ_LEFT || edge == WMSZ_BOTTOMLEFT || in applyAspectRatio() 206 edge == WMSZ_RIGHT || edge == WMSZ_BOTTOMRIGHT) in applyAspectRatio() 211 else if (edge == WMSZ_TOPLEFT || edge == WMSZ_TOPRIGHT) in applyAspectRatio() 216 else if (edge == WMSZ_TOP || edge in applyAspectRatio() [all...] |
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | CompilerRegressionTest.java | 210 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument 211 // Record the current outgoing edge mask. in visit() 212 int mask = edge.getDigitMask(); in visit()
|
/third_party/skia/modules/sksg/samples/ |
H A D | SampleSVGPong.cpp | 59 // Compute <t, y> for the trajectory intersection with the next vertical edge. 62 const SkScalar edge = spd.fX > 0 ? box.fRight : box.fLeft; 63 const SkScalar t = (edge - pos.fX) / spd.fX;
|