Home
last modified time | relevance | path

Searched defs:nx (Results 1 – 25 of 221) sorted by relevance

123456789

/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/
DAutoFocusHelper.java127 private static MeteringRectangle[] regionsForNormalizedCoord(float nx, float ny, in regionsForNormalizedCoord()
168 public static MeteringRectangle[] afRegionsForNormalizedCoord(float nx, in afRegionsForNormalizedCoord()
184 public static MeteringRectangle[] aeRegionsForNormalizedCoord(float nx, in aeRegionsForNormalizedCoord()
200 public static MeteringRectangle[] gcamAERegionsForNormalizedCoord(float nx, in gcamAERegionsForNormalizedCoord()
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp301 static inline float projectedTriInterpolate(const tcu::Vec3 &s, const tcu::Vec3 &w, float nx, float… in projectedTriInterpolate()
315 …inline float triDerivateY(const tcu::Vec3 &s, const tcu::Vec3 &w, float wy, float height, float nx) in triDerivateY()
527 float nx = wx / dstW; in sampleTextureProjected() local
573 float nx = wx / dstW; in sampleTextureProjected() local
729 const float nx = wx / dstW; in sampleTextureCube() local
957 float nx = wx / dstW; in sampleTextureProjected() local
1028 const float nx = wx / dstW; in sampleTextureCubeArray() local
1502 const float nx = wx / dstW; in computeTextureLookupDiff() local
1629 const float nx = wx / dstW; in computeTextureLookupDiff() local
1857 const float nx = wx / dstW; in computeTextureLookupDiff() local
[all …]
/aosp_15_r20/external/gemmlowp/test/
H A Dcorrectness_meta_gemm.cc214 void q_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in q_suite()
228 void f_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in f_suite()
242 void i32_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in i32_suite()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
H A Dgraphcycles.cc93 Node* nx = r->nodes_[x]; in CheckInvariants() local
172 Node* nx = r->nodes_[x]; in InsertEdge() local
347 Node* nx = r->nodes_[x]; in IsReachableNonConst() local
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/boring/
Dsha.go126 nx uint32 member
284 nx uint32 member
453 nx uint32 member
/aosp_15_r20/external/lua/src/
H A Dltable.c261 int nx = gnext(n); in getgeneric() local
698 int nx = gnext(n); in luaH_getint() local
718 int nx = gnext(n); in luaH_getshortstr() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, in nv50_tex_choose_tile_dims_helper()
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims()
/aosp_15_r20/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp59 static inline float projectedTriInterpolate(const tcu::Vec3 &s, const tcu::Vec3 &w, float nx, float… in projectedTriInterpolate()
85 float nx = wx / dstW; in renderReference() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCubeMapActivity.java180 float nx = cosV * cosU; in generateTorusGrid() local
317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { in set()
/aosp_15_r20/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp61 static inline float projectedTriInterpolate(const tcu::Vec3 &s, const tcu::Vec3 &w, float nx, float… in projectedTriInterpolate()
87 float nx = wx / dstW; in renderReference() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DNinePatchTexture.java225 int nx = stretch(divX, divU, chunk.mDivX, tex.getWidth(), width); in NinePatchInstance() local
313 int nx, int ny, int[] color) { in prepareVertexData()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dcycle_detector.cc110 Node* nx = r->nodes[x]; in InsertEdge() local
256 Node* nx = r->nodes[x]; in IsReachable() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/workgroups/
H A Dtest_wg_broadcast.cpp89 verify_wg_broadcast_2D(float *inptr, float *outptr, size_t nx, size_t ny, size_t wg_size_x, size_t … in verify_wg_broadcast_2D()
122 verify_wg_broadcast_3D(float *inptr, float *outptr, size_t nx, size_t ny, size_t nz, size_t wg_size… in verify_wg_broadcast_3D()
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_rectangle.cpp122 float nx = 1.0f; in GetFillPath() local
510 float nx = 1.0f; in GetPath() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
DManualAutoFocus.java25 void triggerFocusAndMeterAtPoint(float nx, float ny); in triggerFocusAndMeterAtPoint()
DManualAutoFocusImpl.java45 public void triggerFocusAndMeterAtPoint(float nx, float ny) { in triggerFocusAndMeterAtPoint()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
DDeferredManualAutoFocus.java37 public void triggerFocusAndMeterAtPoint(float nx, float ny) { in triggerFocusAndMeterAtPoint()
/aosp_15_r20/external/google-fruit/extras/benchmark/
H A Dboost_di_source_generator.py16 import networkx as nx namespace
H A Dfruit_source_generator.py16 import networkx as nx namespace
H A Dgenerate_benchmark.py24 import networkx as nx namespace
H A Dno_di_library_source_generator.py17 import networkx as nx namespace
/aosp_15_r20/system/tools/aidl/scripts/
Dvis_aidl_ver_errors.py6 import networkx as nx namespace
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dpartitioners.py849 import networkx as nx namespace
1172 import networkx as nx namespace
/aosp_15_r20/external/dtc/tests/
H A Dmultilabel_merge.dts51 nx: node1 { label
/aosp_15_r20/external/musl/src/math/
H A D__rem_pio2_large.c273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large()

123456789