| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 444 static char *resolv_usage_page(unsigned page, struct seq_file *f) { in resolv_usage_page() argument 448 if (!f) { in resolv_usage_page() 456 if (!f) { in resolv_usage_page() 462 seq_printf(f, "%s", p->description); in resolv_usage_page() 466 if (!f) in resolv_usage_page() 469 seq_printf(f, "%04x", page); in resolv_usage_page() 473 char *hid_resolv_usage(unsigned usage, struct seq_file *f) { in hid_resolv_usage() argument 478 buf = resolv_usage_page(usage >> 16, f); in hid_resolv_usage() 485 if (!f) { in hid_resolv_usage() 491 seq_printf(f, "."); in hid_resolv_usage() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/ |
| H A D | procfs.c | 214 static void rkcif_show_mixed_info(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_mixed_info() argument 218 seq_printf(f, "Driver Version:v%02x.%02x.%02x\n", in rkcif_show_mixed_info() 222 seq_printf(f, "Work Mode:%s\n", in rkcif_show_mixed_info() 227 seq_printf(f, "Monitor Mode:%s\n", in rkcif_show_mixed_info() 231 static void rkcif_show_clks(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_clks() argument 237 seq_printf(f, "%s:%ld\n", in rkcif_show_clks() 243 static void rkcif_show_format(struct rkcif_device *dev, struct seq_file *f) in rkcif_show_format() argument 260 seq_puts(f, "Input Info:\n"); in rkcif_show_format() 262 seq_printf(f, "\tsrc subdev:%s\n", sensor->sd->name); in rkcif_show_format() 266 seq_printf(f, "\tinterface:%s\n", in rkcif_show_format() [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | checksum.py | 26 def cached_mtime(self, f): argument 27 if f not in self.cache: 28 self.cache[f] = os.stat(f)[stat.ST_MTIME] 29 return self.cache[f] 31 def cached_mtime_noerror(self, f): argument 32 if f not in self.cache: 34 self.cache[f] = os.stat(f)[stat.ST_MTIME] 37 return self.cache[f] 39 def update_mtime(self, f): argument 40 self.cache[f] = os.stat(f)[stat.ST_MTIME] [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | resource_img.c | 102 static void resource_dump(struct resource_file *f) in resource_dump() argument 104 printf("%s\n", f->name); in resource_dump() 105 printf(" blk_start: 0x%08lx\n", (ulong)f->blk_start); in resource_dump() 106 printf(" blk_offset: 0x%08lx\n", (ulong)f->blk_offset); in resource_dump() 107 printf(" size: 0x%08x\n", f->size); in resource_dump() 108 printf(" in_ram: %d\n", f->in_ram); in resource_dump() 109 printf(" hash_size: %d\n\n", f->hash_size); in resource_dump() 117 struct resource_file *f; in resource_add_file() local 123 f = list_entry(node, struct resource_file, link); in resource_add_file() 124 if (!strcmp(f->name, name)) { in resource_add_file() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | flattree.c | 117 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() argument 119 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label() 120 fprintf(f, "%s_%s:\n", prefix, label); in emit_label() 121 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label() 124 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label() argument 126 fprintf(f, "\t.globl\t%s\n", label); in emit_offset_label() 127 fprintf(f, "%s\t= . + %d\n", label, offset); in emit_offset_label() 130 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument 132 fprintf((f), "\t.byte\t((" fmt ") >> 24) & 0xff\n", __VA_ARGS__); \ 133 fprintf((f), "\t.byte\t((" fmt ") >> 16) & 0xff\n", __VA_ARGS__); \ [all …]
|
| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A D | flattree.c | 102 static void emit_label(FILE *f, const char *prefix, const char *label) in emit_label() argument 104 fprintf(f, "\t.globl\t%s_%s\n", prefix, label); in emit_label() 105 fprintf(f, "%s_%s:\n", prefix, label); in emit_label() 106 fprintf(f, "_%s_%s:\n", prefix, label); in emit_label() 109 static void emit_offset_label(FILE *f, const char *label, int offset) in emit_offset_label() argument 111 fprintf(f, "\t.globl\t%s\n", label); in emit_offset_label() 112 fprintf(f, "%s\t= . + %d\n", label, offset); in emit_offset_label() 115 #define ASM_EMIT_BELONG(f, fmt, ...) \ argument 117 fprintf((f), "\t.byte\t((" fmt ") >> 24) & 0xff\n", __VA_ARGS__); \ 118 fprintf((f), "\t.byte\t((" fmt ") >> 16) & 0xff\n", __VA_ARGS__); \ [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_h323_asn1.c | 110 static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level); 111 static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level); 112 static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level); 113 static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level); 114 static int decode_enum(struct bitstr *bs, const struct field_t *f, char *base, int level); 115 static int decode_bitstr(struct bitstr *bs, const struct field_t *f, char *base, int level); 116 static int decode_numstr(struct bitstr *bs, const struct field_t *f, char *base, int level); 117 static int decode_octstr(struct bitstr *bs, const struct field_t *f, char *base, int level); 118 static int decode_bmpstr(struct bitstr *bs, const struct field_t *f, char *base, int level); 119 static int decode_seq(struct bitstr *bs, const struct field_t *f, char *base, int level); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | debug.h | 54 #define brcms_dbg(core, l, f, a...) __brcms_dbg(&(core)->dev, l, __func__, f, ##a) argument 55 #define brcms_info(core, f, a...) __brcms_info(&(core)->dev, f, ##a) argument 56 #define brcms_warn(core, f, a...) __brcms_warn(&(core)->dev, f, ##a) argument 57 #define brcms_err(core, f, a...) __brcms_err(&(core)->dev, f, ##a) argument 58 #define brcms_crit(core, f, a...) __brcms_crit(&(core)->dev, f, ##a) argument 60 #define brcms_dbg_info(core, f, a...) brcms_dbg(core, BRCM_DL_INFO, f, ##a) argument 61 #define brcms_dbg_mac80211(core, f, a...) brcms_dbg(core, BRCM_DL_MAC80211, f, ##a) argument 62 #define brcms_dbg_rx(core, f, a...) brcms_dbg(core, BRCM_DL_RX, f, ##a) argument 63 #define brcms_dbg_tx(core, f, a...) brcms_dbg(core, BRCM_DL_TX, f, ##a) argument 64 #define brcms_dbg_int(core, f, a...) brcms_dbg(core, BRCM_DL_INT, f, ##a) argument [all …]
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | dft_filter.c | 26 void lsx_set_dft_filter(dft_filter_t *f, double *h, int n, int post_peak) in lsx_set_dft_filter() argument 29 f->num_taps = n; in lsx_set_dft_filter() 30 f->post_peak = post_peak; in lsx_set_dft_filter() 31 f->dft_length = lsx_set_dft_length(f->num_taps); in lsx_set_dft_filter() 32 f->coefs = lsx_calloc(f->dft_length, sizeof(*f->coefs)); in lsx_set_dft_filter() 33 for (i = 0; i < f->num_taps; ++i) in lsx_set_dft_filter() 34 … f->coefs[(i + f->dft_length - f->num_taps + 1) & (f->dft_length - 1)] = h[i] / f->dft_length * 2; in lsx_set_dft_filter() 35 lsx_safe_rdft(f->dft_length, 1, f->coefs); in lsx_set_dft_filter() 53 filter_t const * f = p->filter_ptr; in filter() local 54 int const overlap = f->num_taps - 1; in filter() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | filenames.h | 43 # define HAS_DRIVE_SPEC(f) HAS_DOS_DRIVE_SPEC (f) argument 45 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f) argument 52 # define HAS_DRIVE_SPEC(f) (0) 54 # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f) 61 #define HAS_DRIVE_SPEC_1(dos_based, f) \ argument 62 ((f)[0] && ((f)[1] == ':') && (dos_based)) 66 #define STRIP_DRIVE_SPEC(f) ((f) + 2) argument 69 #define IS_DOS_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (1, f) argument 70 #define HAS_DOS_DRIVE_SPEC(f) HAS_DRIVE_SPEC_1 (1, f) argument 73 #define IS_UNIX_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (0, f) argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | filenames.h | 43 # define HAS_DRIVE_SPEC(f) HAS_DOS_DRIVE_SPEC (f) argument 45 # define IS_ABSOLUTE_PATH(f) IS_DOS_ABSOLUTE_PATH (f) argument 52 # define HAS_DRIVE_SPEC(f) (0) 54 # define IS_ABSOLUTE_PATH(f) IS_UNIX_ABSOLUTE_PATH (f) 61 #define HAS_DRIVE_SPEC_1(dos_based, f) \ argument 62 ((f)[0] && ((f)[1] == ':') && (dos_based)) 66 #define STRIP_DRIVE_SPEC(f) ((f) + 2) argument 69 #define IS_DOS_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (1, f) argument 70 #define HAS_DOS_DRIVE_SPEC(f) HAS_DRIVE_SPEC_1 (1, f) argument 73 #define IS_UNIX_ABSOLUTE_PATH(f) IS_ABSOLUTE_PATH_1 (0, f) argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_cond.S | 57 jra 1f 71 jeq 1f 85 jne 2f 89 jcs 1f 147 jmp ([0f:w,%pc,%d0*4]) 178 jeq 1f 180 jeq 1f 185 jmp ([0f:w,%pc,%d0.w*4]) 201 jeq 1f 208 jne 1f [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/aoe/ |
| H A D | aoecmd.c | 82 struct frame *f; in getframe_deferred() local 86 f = list_entry(pos, struct frame, head); in getframe_deferred() 87 if (f->tag == tag) { in getframe_deferred() 89 return f; in getframe_deferred() 98 struct frame *f; in getframe() local 105 f = list_entry(pos, struct frame, head); in getframe() 106 if (f->tag == tag) { in getframe() 108 return f; in getframe() 193 aoe_freetframe(struct frame *f) in aoe_freetframe() argument 197 t = f->t; in aoe_freetframe() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | copy_template.S | 81 blt 8f 84 bne 9f 86 bne 10f 95 blt 5f 100 CALGN( bcs 2f ) 101 CALGN( adr r4, 6f ) 108 PLD( blt 4f ) 113 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 115 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 126 b 7f [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | unpack_bootimg | 61 return f'{a}.{b}.{c}' 70 return f'{y:04d}-{m:02d}' 86 lines.append(f'boot magic: {self.boot_magic}') 89 lines.append(f'kernel_size: {self.kernel_size}') 91 f'kernel load address: {self.kernel_load_address:#010x}') 92 lines.append(f'ramdisk size: {self.ramdisk_size}') 94 f'ramdisk load address: {self.ramdisk_load_address:#010x}') 95 lines.append(f'second bootloader size: {self.second_size}') 97 f'second bootloader load address: ' 98 f'{self.second_load_address:#010x}') [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_hwconfig.c | 224 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file() 226 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file() 267 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file() 269 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file() 278 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file() 280 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file() 283 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file() 285 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file() 287 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file() 289 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_hwconfig.c | 223 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file() 225 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file() 266 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file() 268 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file() 277 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file() 279 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file() 282 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file() 284 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file() 286 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file() 288 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_hwconfig.c | 224 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file() 226 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file() 265 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file() 267 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file() 276 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file() 278 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file() 281 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file() 283 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file() 285 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file() 287 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_hwconfig.c | 223 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file() 225 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file() 266 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file() 268 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file() 277 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file() 279 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file() 282 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file() 284 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file() 286 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file() 288 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_hwconfig.c | 224 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file() 226 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file() 265 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file() 267 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file() 276 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file() 278 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file() 281 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file() 283 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file() 285 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file() 287 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_hwconfig.c | 224 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file() 226 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file() 265 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file() 267 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file() 276 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file() 278 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file() 281 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file() 283 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file() 285 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file() 287 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file() [all …]
|
| /OK3568_Linux_fs/kernel/lib/crypto/ |
| H A D | sha256.c | 49 u32 a, b, c, d, e, f, g, h, t1, t2; in sha256_transform() local 63 e = state[4]; f = state[5]; g = state[6]; h = state[7]; in sha256_transform() 66 t1 = h + e1(e) + Ch(e, f, g) + 0x428a2f98 + W[0]; in sha256_transform() 68 t1 = g + e1(d) + Ch(d, e, f) + 0x71374491 + W[1]; in sha256_transform() 70 t1 = f + e1(c) + Ch(c, d, e) + 0xb5c0fbcf + W[2]; in sha256_transform() 71 t2 = e0(g) + Maj(g, h, a); b += t1; f = t1 + t2; in sha256_transform() 73 t2 = e0(f) + Maj(f, g, h); a += t1; e = t1 + t2; in sha256_transform() 75 t2 = e0(e) + Maj(e, f, g); h += t1; d = t1 + t2; in sha256_transform() 77 t2 = e0(d) + Maj(d, e, f); g += t1; c = t1 + t2; in sha256_transform() 79 t2 = e0(c) + Maj(c, d, e); f += t1; b = t1 + t2; in sha256_transform() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_hwconfig.c | 223 READ_AND_CONFIG_MP(8188f, _radioa); in odm_config_rf_with_header_file() 225 READ_AND_CONFIG_MP(8188f, _txpwr_lmt); in odm_config_rf_with_header_file() 266 READ_AND_CONFIG_MP(8197f, _radioa); in odm_config_rf_with_header_file() 268 READ_AND_CONFIG_MP(8197f, _radiob); in odm_config_rf_with_header_file() 277 READ_AND_CONFIG_MP(8192f, _radioa); in odm_config_rf_with_header_file() 279 READ_AND_CONFIG_MP(8192f, _radiob); in odm_config_rf_with_header_file() 282 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type0); in odm_config_rf_with_header_file() 284 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type1); in odm_config_rf_with_header_file() 286 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type2); in odm_config_rf_with_header_file() 288 READ_AND_CONFIG_MP(8192f, _txpwr_lmt_type3); in odm_config_rf_with_header_file() [all …]
|
| /OK3568_Linux_fs/kernel/arch/csky/abiv2/ |
| H A D | strcmp.S | 12 bnez a2, 7f 14 bnez t1, 5f 22 bt 2f 26 bf 3f 31 bt 2f 33 bf 3f 38 bt 2f 40 bf 3f 45 bt 2f 47 bf 3f [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/ |
| H A D | cmath | 52 // Constant @f$ \pi @f$. 54 // Constant @f$ \pi / 2 @f$. 56 // Constant @f$ \pi / 3 @f$. 58 // Constant @f$ \pi / 4 @f$. 60 // Constant @f$ \sqrt(\pi / 2) @f$. 62 // Constant @f$ 1 / \pi @f$. 64 // Constant @f$ 2 / \pi @f$. 66 // Constant @f$ 2 / \sqrt(\pi) @f$. 69 // Constant Euler's number @f$ e @f$. 71 // Constant @f$ 1 / e @f$. [all …]
|