#include <math.h>
#include <vip/volume.h>
#include <vip/util/util_gen.h>
#include <vip/util/util2_gen.h>
#include <vip/util/slice.h>
Go to the source code of this file.
◆ __has_feature
| #define __has_feature |
( |
| x | ) |
|
Value:
Definition at line 29 of file util.h.
◆ BINARY_RESULT
◆ CLANG_ANALYZER_NORETURN
| #define CLANG_ANALYZER_NORETURN |
◆ EQUAL_TO
◆ FLIP_XX
◆ FLIP_XXYYZZ
◆ FLIP_XXZZ
◆ FLIP_XY
◆ FLIP_XZ
◆ FLIP_YY
◆ FLIP_YYZZ
◆ FLIP_YZ
◆ FLIP_ZZ
◆ GREATER_OR_EQUAL_TO
| #define GREATER_OR_EQUAL_TO 67 |
◆ GREATER_THAN
◆ GREYLEVEL_RESULT
| #define GREYLEVEL_RESULT 89 |
◆ LOG_NEP
◆ LOG_TEN
◆ LOWER_OR_EQUAL_TO
| #define LOWER_OR_EQUAL_TO 70 |
◆ LOWER_THAN
◆ mVipHypotenuse
| #define mVipHypotenuse |
( |
| a, |
|
|
| b ) |
Value:
Definition at line 124 of file util.h.
◆ mVipMax
Value:
Definition at line 118 of file util.h.
◆ mVipMin
Value:
Definition at line 117 of file util.h.
◆ mVipRint
Value:
Definition at line 119 of file util.h.
◆ mVipRootN
| #define mVipRootN |
( |
| a, |
|
|
| n ) |
Value:(
mVipSign(a)*pow(fabs(a), 1.0/(
double)n))
Definition at line 123 of file util.h.
◆ mVipSign
Value:(((a) < 0.0) ? -1.0 : 1.0)
Definition at line 120 of file util.h.
◆ mVipSq
Value:
Definition at line 121 of file util.h.
◆ mVipSq3
Value:
Definition at line 122 of file util.h.
◆ NOT_EQUAL_TO
◆ RAW_TYPE_CONVERSION
| #define RAW_TYPE_CONVERSION 11 |
◆ VIP_APPEND_BIN
| #define VIP_APPEND_BIN "ab" |
◆ VIP_APPEND_BIN_UPDATE
| #define VIP_APPEND_BIN_UPDATE "ab+" |
◆ VIP_APPEND_TEXT
| #define VIP_APPEND_TEXT "a" |
◆ VIP_APPEND_TEXT_UPDATE
| #define VIP_APPEND_TEXT_UPDATE "a+" |
◆ VIP_BETWEEN
◆ VIP_BETWEEN_OR_EQUAL_TO
| #define VIP_BETWEEN_OR_EQUAL_TO 77 |
◆ VIP_CL_ERROR
◆ VIP_MERGE_ALL_TO_MAXP1
| #define VIP_MERGE_ALL_TO_MAXP1 97 |
◆ VIP_MERGE_ALL_TO_ONE
| #define VIP_MERGE_ALL_TO_ONE 96 |
◆ VIP_MERGE_ONE_TO_MAXP1
| #define VIP_MERGE_ONE_TO_MAXP1 98 |
◆ VIP_MERGE_ONE_TO_ONE
| #define VIP_MERGE_ONE_TO_ONE 95 |
◆ VIP_MERGE_SAME_VALUES
| #define VIP_MERGE_SAME_VALUES 94 |
◆ VIP_OUTSIDE
◆ VIP_OUTSIDE_OR_EQUAL_TO
| #define VIP_OUTSIDE_OR_EQUAL_TO 79 |
◆ VIP_READ_BIN
| #define VIP_READ_BIN "rb" |
◆ VIP_READ_BIN_UPDATE
| #define VIP_READ_BIN_UPDATE "rb+" |
◆ VIP_READ_TEXT
| #define VIP_READ_TEXT "r" |
◆ VIP_READ_TEXT_UPDATE
| #define VIP_READ_TEXT_UPDATE "r+" |
◆ VIP_WRITE_BIN
| #define VIP_WRITE_BIN "wb" |
◆ VIP_WRITE_BIN_UPDATE
| #define VIP_WRITE_BIN_UPDATE "wb+" |
◆ VIP_WRITE_TEXT
| #define VIP_WRITE_TEXT "w" |
◆ VIP_WRITE_TEXT_UPDATE
| #define VIP_WRITE_TEXT_UPDATE "w+" |
◆ VipComputeLogVolume()
| int VipComputeLogVolume |
( |
Volume * | vol, |
|
|
int | logmode ) |
|
extern |
◆ VipComputeReversedSignVolume()
| int VipComputeReversedSignVolume |
( |
Volume * | vol | ) |
|
|
extern |
◆ VipOpenFile()
| FILE * VipOpenFile |
( |
char * | filename, |
|
|
char * | mode, |
|
|
char * | caller ) |
◆ VipPrintfError()
| void VipPrintfError |
( |
const char * | s | ) |
|
|
extern |
◆ VipPrintfExit()
| void VipPrintfExit |
( |
const char * | fname | ) |
|
|
extern |
◆ VipPrintfInfo()
| void VipPrintfInfo |
( |
const char * | fname | ) |
|
|
extern |
◆ VipPrintfWarning()
| void VipPrintfWarning |
( |
const char * | fname | ) |
|
|
extern |