/external/neven/Embedded/common/src/b_BasicEm/ |
Math.h | 136 /** converts a number with source bbp to a 32 bit number with dst bbp; 141 /** converts a number with source bbp to a 32 bit number with dst bbp;
|
/external/neven/Embedded/common/src/b_TensorEm/ |
Flt16Vec2D.h | 86 /** creates vector from 32 bit values (automatic adjustment of bbp value) */ 90 /** dot product of vectors; return bbp is vec1PtrA->bbpE + vec2PtrA->bbpE */ 94 /** returns square norm of vector; return bbp is ptrA->bbpE * 2 */ 97 /** returns norm of vector; return bbp is ptrA->bbpE*/
|
Cluster2D.h | 108 /** returns int32 x-coordinate with given bbp at indexed position */ 113 /** returns int32 y-coordinate with given bbp at indexed position */ 132 /** transforms cluster according to alt (function does not change bbp of cluster) */ 137 /** transforms cluster according to alt and set bbp of output cluster */ 143 /** transforms cluster with rbf map (function does not change bbp of cluster) */
|
Flt16Vec3D.h | 97 /** creates vector from 32 bit values (automatic adjustment of bbp value) */ 100 /** returns square norm of vector; return bbp is ptrA->bbpE * 2 */ 103 /** returns norm of vector; return bbp is ptrA->bbpE*/
|
Cluster3D.h | 100 /** returns int32 x-coordinate with given bbp at indexed position */ 106 /** returns int32 y-coordinate with given bbp at indexed position */ 112 /** returns int32 z-coordinate with given bbp at indexed position */ 137 /** transforms cluster according to alt (function does not change bbp of cluster) */
|
Cluster2D.c | 39 int32 bbp_enumA, /* bbp of enumA */ 41 int32 bbp_denomA, /* bbp of denomA */ 43 int32* bbp_scaleA )/* bbp of scale factor */ 67 /* make result bbp even for call of sqrt */ 585 /* overflow estimate: no problem with 100 nodes, bbp = 6, x = y = 500 */ 625 /* smaller of the 2 bbp's */ 648 /* overflow estimate: no problem with 100 nodes, bbp = 6, x = y = 500 */ 711 /* result has bbp = shiftL */ 741 /* result has again bbp = quotientBbpL */ 786 /* restore cL and rL, bbp = bbp_crL * [all...] |
Flt16Alt2D.h | 134 /** creates alt from 32 bit values (automatic adjustment of bbp value) */ 145 * bbp can get changed.
|
Flt16Mat2D.h | 87 /** returns determinate of matrix; return bbp is ptrA->bbpE * 2 */ 111 /** creates matrix from 32 bit values (automatic adjustment of bbp value) */
|
RBFMap2D.c | 174 /* if bbp of src cluster should be larger than bbp_internal, use it instead */ 340 /* set bbp of coeff cluster */ 449 /* if bbp was altered, change it back to bbp of vecA ( det A is always close to 1 here ) */ 481 /* first adapt vecA to bbp of srcCluster */ 518 /* change bbp of result back to bbp of vecA */
|
Flt16Alt3D.h | 106 /** creates alt from 32 bit values (automatic adjustment of bbp value) */
|
Flt16Mat3D.h | 123 /** creates matrix from 32 bit values (automatic adjustment of bbp value) */
|
Int32Mat.h | 110 * bbpA: bbp for all matrices and vectors
|
Int32Mat.c | 421 /* change bbp of pivot row back to bbpL */ 473 "compute solution vector with bbp = %d. Choose smaller bbp.\n", bbpA );
|
IdCluster2D.h | 101 /** transforms cluster according to alt (function does not change bbp of cluster) */
|
RBFMap2D.h | 130 /** computes rbf transform from 2 given clusters of same size and bbp */
|
/external/wpa_supplicant_8/src/wps/ |
httpread.c | 373 char *bbp; /* pointer into body buffer */ local 528 bbp = h->body + h->body_nbytes; 535 if (bbp-cbp >= 2 && bbp[-2] == '\r' && 536 bbp[-1] == '\n') { 558 bbp = cbp; 581 if (bbp[-1] == '\n' && 582 bbp[-2] == '\r') { 589 bbp -= 2; 612 *bbp++ = *rbp++ [all...] |
/external/neven/Embedded/common/src/b_ImageEm/ |
UInt16ByteImage.c | 357 /* The bbp for all these variables is the same as bbpL */ 382 /* align Matrix and Vector to 8 bits bbp */ 458 /* The bbp for all these variables is the same as bbpLby2L */ 464 /* always whole numbers with a bbp of 0 */ 473 /* Get the whole numbers only and make the bbp 0. */ 506 /* The bbp has shifted left by bbpLby2L */ 534 /* The bbp has shifted left by bbpLby2L */ 572 /* The bbp for these variables is bbpL */ 657 /* The bbp for all these variables is the same as bbpL */ 681 /* align Matrix and Vector to 8 bits bbp */ [all...] |
UInt8Image.c | 543 /* The bbp for all these variables is the same as bbpL */ 568 /* align Matrix and Vector to 8 bits bbp */ 649 /* The bbp for all these variables is the same as bbpLby2L */ 655 /* always whole numbers with a bbp of 0 */ 662 /* Get the whole numbers only and make the bbp 0. */ 692 /* The bbp has shifted left by bbpLby2L */ 712 /* The bbp has shifted left by bbpLby2L */ 728 /* The bbp has shifted left by bbpLby2L */ 735 /* The bbp has shifted left by bbpLby2L */ 742 /* The bbp for these variables is bbpLby2L * [all...] |
/external/skia/src/gpu/text/ |
GrFontScaler.cpp | 160 const int bbp = GrMaskFormatBytesPerPixel(expectedMaskFormat); local 162 memcpy(dst, src, width * bbp);
|
/packages/apps/UnifiedEmail/res/raw/ |
logo.txt | 53 4BNRVWRBFZ8rjFlFUH5KE/FoX/bBP+59q/ebq+5cdevh3x1SY+Pj5phjj/FHe3po
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_exa.c | 134 exa_get_pipe_format(int depth, enum pipe_format *format, int *bbp, int *picture_format) 140 assert(*bbp == 32); 145 assert(*bbp == 32); 150 assert(*bbp == 16); 155 assert(*bbp == 16); 160 assert(*bbp == 8);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_clear.c | 119 /* hw can't fastclear both depth and color if their bbp mismatch. */
|
/external/llvm/lib/IR/ |
LegacyPassManager.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/ |
libasan.a | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/ |
libasan.a | [all...] |