/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/ |
zconf.h | 174 /* The following definitions for FAR are needed only for MSDOS mixed 175 * model programming (small or medium model with some far allocations). 178 * just define FAR to be empty. 185 # define FAR _far 187 # define FAR far 194 # define FAR _far 196 # define FAR far 219 # ifdef FAR [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 174 /* The following definitions for FAR are needed only for MSDOS mixed 175 * model programming (small or medium model with some far allocations). 178 * just define FAR to be empty. 185 # define FAR _far 187 # define FAR far 194 # define FAR _far 196 # define FAR far 219 # ifdef FAR [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/ |
zconf.h | 174 /* The following definitions for FAR are needed only for MSDOS mixed 175 * model programming (small or medium model with some far allocations). 178 * just define FAR to be empty. 185 # define FAR _far 187 # define FAR far 194 # define FAR _far 196 # define FAR far 219 # ifdef FAR [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/ |
zconf.h | 174 /* The following definitions for FAR are needed only for MSDOS mixed 175 * model programming (small or medium model with some far allocations). 178 * just define FAR to be empty. 185 # define FAR _far 187 # define FAR far 194 # define FAR _far 196 # define FAR far 219 # ifdef FAR [all...] |
/frameworks/base/opengl/java/android/opengl/ |
Matrix.java | 260 * @param far 264 float near, float far) { 271 if (near == far) { 272 throw new IllegalArgumentException("near == far"); 277 final float r_depth = 1.0f / (far - near); 283 final float tz = -(far + near) * r_depth; 313 * @param far 318 float near, float far) { 325 if (near == far) { 326 throw new IllegalArgumentException("near == far"); [all...] |
GLErrorWrapper.java | 231 public void glDepthRangef(float near, float far) { 233 mgl.glDepthRangef(near, far); 237 public void glDepthRangex(int near, int far) { 239 mgl.glDepthRangex(near, far); 334 float near, float far) { 336 mgl.glFrustumf(left, right, bottom, top, near, far); 341 int far) { 343 mgl.glFrustumx(left, right, bottom, top, near, far); 608 float near, float far) { 610 mgl.glOrthof(left, right, bottom, top, near, far); [all...] |
GLLogWrapper.java | [all...] |
/frameworks/base/libs/rs/ |
rsRuntime.h | 203 float bottom, float top, float near, float far); 205 float bottom, float top, float near, float far); 206 void rsrMatrixLoadPerspective(rs_matrix4x4* m, float fovy, float aspect, float near, float far);
|
/external/jpeg/ |
jmorecfg.h | 228 /* Here is the pseudo-keyword for declaring pointers that must be "far" 230 * by just saying "FAR *" where such a pointer is needed. In a few places 235 #define FAR far 237 #define FAR
|
/frameworks/base/libs/hwui/ |
Matrix.h | 79 void loadOrtho(float left, float right, float bottom, float top, float near, float far);
|
Matrix.cpp | 287 void Matrix4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { 292 data[kScaleZ] = -2.0f / (far - near); 295 data[kTranslateZ] = -(far + near) / (far - near);
|
/external/zlib/ |
zconf.h | 246 /* The following definitions for FAR are needed only for MSDOS mixed 247 * model programming (small or medium model with some far allocations). 250 * just define FAR to be empty. 257 # define FAR _far 259 # define FAR far 266 # define FAR _far 268 # define FAR far 291 # ifdef FAR [all...] |
zconf.h.cmakein | 248 /* The following definitions for FAR are needed only for MSDOS mixed 249 * model programming (small or medium model with some far allocations). 252 * just define FAR to be empty. 259 # define FAR _far 261 # define FAR far 268 # define FAR _far 270 # define FAR far 293 # ifdef FAR [all...] |
zconf.h.in | 246 /* The following definitions for FAR are needed only for MSDOS mixed 247 * model programming (small or medium model with some far allocations). 250 * just define FAR to be empty. 257 # define FAR _far 259 # define FAR far 266 # define FAR _far 268 # define FAR far 291 # ifdef FAR [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zconf.h | 237 /* The following definitions for FAR are needed only for MSDOS mixed 238 * model programming (small or medium model with some far allocations). 241 * just define FAR to be empty. 248 # define FAR _far 250 # define FAR far 257 # define FAR _far 259 # define FAR far 282 # ifdef FAR [all...] |
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXFocus.cpp | 556 status_t OMXCameraAdapter::getFocusDistances(OMX_U32 &near,OMX_U32 &optimal, OMX_U32 &far) 591 far = focusDist.nFocusDistanceFar; 633 OMX_U32 &far, 660 ret = encodeFocusDistance(far, mFocusDistFar, FOCUS_DIST_SIZE);
|
/external/qemu-pc-bios/vgabios/tests/ |
testbios.c | 134 unsigned char far *ptable;
157 {unsigned char far *pvar;
|
/frameworks/base/graphics/java/android/renderscript/ |
Matrix4f.java | 226 * @param f location of the far clipping plane 242 * far are set to -1, 1 respectively 260 * @param f location of the far clipping plane, must be positive 281 * @param far far clipping plane, must be positive 283 public void loadPerspective(float fovy, float aspect, float near, float far) { 288 loadFrustum(left, right, bottom, top, near, far); 294 * and (near, far), (bottom, top) mapping to (-1, 1) at z = 0
|
/external/chromium/chrome/browser/resources/net_internals/ |
testview.js | 10 * - Shows the set of experiments that have been run so far, and their
|
/external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/ |
AECMobile.m | 24 % Store the far end energy 57 % Store the far end sub band. This is needed if we use LSE instead of NLMS 78 % Calculate step size used in LMS algorithm, based on current far end energy and near end energy error (dE) 151 % Calculate suppression gain, based on far end energy and near end energy error (dE)
|
/external/zlib/contrib/delphi/ |
ZLib.pas | 26 total_in: Longint; // total nb of input bytes read so far 30 total_out: Longint; // total nb of bytes output so far 70 data that have been written to the stream so far. 109 have been read from the stream so far.
|
/external/zlib/contrib/pascal/ |
zlibpas.pas | 30 total_in: LongInt; (* total nb of input bytes read so far *) 34 total_out: LongInt; (* total nb of bytes output so far *)
|
/frameworks/base/libs/rs/driver/ |
rsdRuntimeMath.cpp | 223 static void SC_MatrixLoadPerspective(Matrix4x4 *m, float fovy, float aspect, float near, float far) { 224 m->loadPerspective(fovy, aspect, near, far);
|
/external/oprofile/events/x86-64/family11h/ |
events | 87 event:0xc6 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_FAR_CONTROL_TRANSFERS : Retired far control transfers 107 event:0xda counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FAR_TRANSFER_OR_RESYNC : Dispatch stall for far transfer or resync to retire
|
/external/oprofile/events/x86-64/hammer/ |
events | 82 event:0xc6 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_FAR_CONTROL_TRANSFERS : Retired far control transfers 102 event:0xda counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FAR_TRANSFER_OR_RESYNC : Dispatch stall for far transfer or resync to retire
|