/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | AutoFocusHelper.java | 127 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 D | gluTextureTestUtil.cpp | 301 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 D | correctness_meta_gemm.cc | 214 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 D | graphcycles.cc | 93 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/ |
D | sha.go | 126 nx uint32 member 284 nx uint32 member 453 nx uint32 member
|
/aosp_15_r20/external/lua/src/ |
H A D | ltable.c | 261 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 D | nv50_miptree.c | 32 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 D | es2aVaryingInterpolationTests.cpp | 59 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 D | CubeMapActivity.java | 180 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 D | es3aVaryingInterpolationTests.cpp | 61 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/ |
D | NinePatchTexture.java | 225 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 D | cycle_detector.cc | 110 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 D | test_wg_broadcast.cpp | 89 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 D | cxfa_rectangle.cpp | 122 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/ |
D | ManualAutoFocus.java | 25 void triggerFocusAndMeterAtPoint(float nx, float ny); in triggerFocusAndMeterAtPoint()
|
D | ManualAutoFocusImpl.java | 45 public void triggerFocusAndMeterAtPoint(float nx, float ny) { in triggerFocusAndMeterAtPoint()
|
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/one/v2/initialization/ |
D | DeferredManualAutoFocus.java | 37 public void triggerFocusAndMeterAtPoint(float nx, float ny) { in triggerFocusAndMeterAtPoint()
|
/aosp_15_r20/external/google-fruit/extras/benchmark/ |
H A D | boost_di_source_generator.py | 16 import networkx as nx namespace
|
H A D | fruit_source_generator.py | 16 import networkx as nx namespace
|
H A D | generate_benchmark.py | 24 import networkx as nx namespace
|
H A D | no_di_library_source_generator.py | 17 import networkx as nx namespace
|
/aosp_15_r20/system/tools/aidl/scripts/ |
D | vis_aidl_ver_errors.py | 6 import networkx as nx namespace
|
/aosp_15_r20/external/pytorch/torch/_functorch/ |
H A D | partitioners.py | 849 import networkx as nx namespace 1172 import networkx as nx namespace
|
/aosp_15_r20/external/dtc/tests/ |
H A D | multilabel_merge.dts | 51 nx: node1 { label
|
/aosp_15_r20/external/musl/src/math/ |
H A D | __rem_pio2_large.c | 273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large()
|