Home
last modified time | relevance | path

Searched defs:inv (Results 226 – 250 of 7470) sorted by relevance

12345678910>>...299

/dports/science/py-chainer/chainer-7.8.0/chainer/functions/array/
H A Dpermutate.py44 def __init__(self, indices, axis, inv): argument
57 def _permutate(self, x, indices, inv): argument
79 def permutate(x, indices, axis=0, inv=False): argument
/dports/lang/yap/yap-6.2.2/C/
H A Dmavar.c161 ReadTimedVar(Term inv) in ReadTimedVar()
168 Yap_ReadTimedVar(Term inv) in Yap_ReadTimedVar()
176 UpdateTimedVar(Term inv, Term new) in UpdateTimedVar()
211 Yap_UpdateTimedVar(Term inv, Term new) in Yap_UpdateTimedVar()
/dports/math/stanmath/math-4.2.0/stan/math/prim/fun/
H A Dinv.hpp37 inline auto inv(const T& x) { in inv() function
53 inline auto inv(const Container& x) { in inv() function
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/
H A Dnakacdf.m49 inv = zeros (size (x), "single"); variable
51 inv = zeros (size (x)); variable
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/opengl-framework/src/maths/
H A DVector2.h105 float inv = 1.f / f; variable
112 float inv = 1.f / f; variable
H A DVector4.h106 float inv = 1.f / f; variable
113 float inv = 1.f / f; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkBitmapController.cpp33 const SkMatrix& inv, in RequestBitmap()
101 const SkMatrix& inv, in State()
119 SkMipmapAccessor::SkMipmapAccessor(const SkImage_Base* image, const SkMatrix& inv, in SkMipmapAccessor()
/dports/math/givaro/givaro-4.1.1/src/kernel/recint/
H A Drmbinv.h65 inline rmint<K, MGI>& inv(rmint<K, MGI>& a, const rmint<K, MGI>& b) { in inv() function
72 inline rmint<K, MGI>& inv(rmint<K, MGI>& a) { in inv() function
H A Drmginv.h69 inline rmint<K, MGA>& inv(rmint<K, MGA>& a, const rmint<K, MGA>& b) { in inv() function
77 inline rmint<K, MGA>& inv(rmint<K, MGA>& a) { in inv() function
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/brw/
H A Dbrw_sf.c5 struct brw_reg inv, v0, v1, v2, delta; in brw_sf_kernel__nomask() local
32 struct brw_reg inv, v0, v1, v2; in brw_sf_kernel__mask() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBrowserJSObjectLinker.java79 GuardedInvocation inv = lookup(desc, request, linkerServices); in getGuardedInvocation() local
86 GuardedInvocation inv; in lookup() local
106 private static GuardedInvocation findGetMethod(final String name, final GuardedInvocation inv) { in findGetMethod()
114 private static GuardedInvocation findGetIndexMethod(final GuardedInvocation inv) { in findGetIndexMethod()
119 private static GuardedInvocation findSetMethod(final String name, final GuardedInvocation inv) { in findSetMethod()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBrowserJSObjectLinker.java79 GuardedInvocation inv = lookup(desc, request, linkerServices); in getGuardedInvocation() local
86 GuardedInvocation inv; in lookup() local
106 private static GuardedInvocation findGetMethod(final String name, final GuardedInvocation inv) { in findGetMethod()
114 private static GuardedInvocation findGetIndexMethod(final GuardedInvocation inv) { in findGetIndexMethod()
119 private static GuardedInvocation findSetMethod(final String name, final GuardedInvocation inv) { in findSetMethod()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBrowserJSObjectLinker.java79 GuardedInvocation inv = lookup(desc, request, linkerServices); in getGuardedInvocation() local
86 GuardedInvocation inv; in lookup() local
106 private static GuardedInvocation findGetMethod(final String name, final GuardedInvocation inv) { in findGetMethod()
114 private static GuardedInvocation findGetIndexMethod(final GuardedInvocation inv) { in findGetIndexMethod()
119 private static GuardedInvocation findSetMethod(final String name, final GuardedInvocation inv) { in findSetMethod()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBrowserJSObjectLinker.java79 GuardedInvocation inv = lookup(desc, request, linkerServices); in getGuardedInvocation() local
86 GuardedInvocation inv; in lookup() local
106 private static GuardedInvocation findGetMethod(final String name, final GuardedInvocation inv) { in findGetMethod()
114 private static GuardedInvocation findGetIndexMethod(final GuardedInvocation inv) { in findGetIndexMethod()
119 private static GuardedInvocation findSetMethod(final String name, final GuardedInvocation inv) { in findSetMethod()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBrowserJSObjectLinker.java79 GuardedInvocation inv = lookup(desc, request, linkerServices); in getGuardedInvocation() local
86 GuardedInvocation inv; in lookup() local
106 private static GuardedInvocation findGetMethod(final String name, final GuardedInvocation inv) { in findGetMethod()
114 private static GuardedInvocation findGetIndexMethod(final GuardedInvocation inv) { in findGetIndexMethod()
119 private static GuardedInvocation findSetMethod(final String name, final GuardedInvocation inv) { in findSetMethod()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A Dfast_atof.h162 bool inv = (*in=='-'); variable
245 bool inv = (*in == '-'); variable
270 bool inv = (*c == '-'); variable
/dports/games/jfsw/jfsw-c434002/src/
H A Dinv.c308 short inv = INVENTORY_MEDKIT; in UseInventoryMedkit() local
357 short inv = INVENTORY_CHEMBOMB; in UseInventoryChemBomb() local
383 short inv = INVENTORY_FLASHBOMB; in UseInventoryFlashBomb() local
409 short inv = INVENTORY_CALTROPS; in UseInventoryCaltrops() local
435 short inv = INVENTORY_REPAIR_KIT; in UseInventoryRepairKit() local
822 short inv = 0; in InventoryTimer() local
914 short inv = 0; in SpawnInventoryBar() local
952 short inv = 0; in InventoryBarUpdatePosition() local
1024 short inv = 0; in PlayerUpdateInventory() local
/dports/textproc/senna/senna-1.1.5/lib/
H A Dinv08.c44 sen_inv *inv; member
157 load_all_segments(sen_inv *inv) in load_all_segments()
184 sen_inv_seg_expire08(sen_inv *inv) in sen_inv_seg_expire08()
309 buffer_close(sen_inv *inv, uint32_t pos) in buffer_close()
332 buffer_new(sen_inv *inv, int size, uint32_t *pos, in buffer_new()
613 array_at(sen_inv *inv, uint32_t id) in array_at()
631 array_get(sen_inv *inv, uint32_t id) in array_get()
648 array_unref(sen_inv *inv, uint32_t id) in array_unref()
691 sen_inv *inv; member
1038 sen_inv *inv; in sen_inv_create08() local
[all …]
/dports/net/dgd-lpmud/mud/2.4.5/dgd/lib/
H A Dinventory.c112 object *inv; in query_inventory() local
159 object save_player, env, *inv, invobj; in move_object() local
259 object *inv, *sub; in deep_inventory() local
282 object *inv; in first_inventory() local
/dports/math/mpir/mpir-3.0.0/mpn/generic/
H A Dmod_1.c102 mp_limb_t inv; in mpn_mod_1() local
160 mp_limb_t inv; in mpn_mod_1() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java127 int[] montgomeryMultiply(int[] a, int[] b, int[] n, int len, long inv, in montgomeryMultiply()
178 int len, BigInteger inv) in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check()
260 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, int[] n, int len, long inv, in testOneMontgomeryMultiplyCheck()
272 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
277 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java127 int[] montgomeryMultiply(int[] a, int[] b, int[] n, int len, long inv, in montgomeryMultiply()
178 int len, BigInteger inv) in montgomeryMultiply()
190 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check()
260 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, int[] n, int len, long inv, in testOneMontgomeryMultiplyCheck()
272 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
277 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java126 int[] montgomeryMultiply(int[] a, int[] b, int[] n, int len, long inv, in montgomeryMultiply()
177 int len, BigInteger inv) in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check()
259 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, int[] n, int len, long inv, in testOneMontgomeryMultiplyCheck()
271 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
276 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java126 int[] montgomeryMultiply(int[] a, int[] b, int[] n, int len, long inv, in montgomeryMultiply()
177 int len, BigInteger inv) in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check()
259 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, int[] n, int len, long inv, in testOneMontgomeryMultiplyCheck()
271 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
276 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/bigInteger/
H A DMontgomeryMultiplyTest.java126 int[] montgomeryMultiply(int[] a, int[] b, int[] n, int len, long inv, in montgomeryMultiply()
177 int len, BigInteger inv) in montgomeryMultiply()
189 void check(int[] a_words, int[] b_words, int[] n_words, int len, BigInteger inv) in check()
259 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, int[] n, int len, long inv, in testOneMontgomeryMultiplyCheck()
271 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()
276 void testOneMontgomeryMultiplyCheck(int[] a, int[] b, BigInteger n, int len, BigInteger inv, in testOneMontgomeryMultiplyCheck()

12345678910>>...299